diff --git a/.github/workflows/publish-npm.yml b/.github/workflows/publish-npm.yml index 30ce17fd..17ef5158 100644 --- a/.github/workflows/publish-npm.yml +++ b/.github/workflows/publish-npm.yml @@ -46,7 +46,7 @@ jobs: env: NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}} - name: Publish @latest - run: npm publish --tag latest --dry-run + run: npm publish --tag latest if: "!github.event.release.prerelease" env: NODE_AUTH_TOKEN: ${{secrets.NPM_AUTH_TOKEN}}