diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a5bb7c2f8..17ba98f78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -42,7 +42,7 @@ jobs: CI: true - name: Publish - run: npm publish + run: npm publish --tag next env: CI: true NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}