diff --git a/.github/workflows/release-and-publish.yml b/.github/workflows/release-and-publish.yml index 528ae0c..0cca146 100644 --- a/.github/workflows/release-and-publish.yml +++ b/.github/workflows/release-and-publish.yml @@ -75,6 +75,6 @@ jobs: - name: Build run: npm run build - name: Publish - run: npm publish --access=public --tag "beta-$TAG_NEW_VERSION" + run: npm publish --access=public env: NODE_AUTH_TOKEN: ${{ secrets.NPM_AUTH_TOKEN }}