We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e38d33a commit 8960c83Copy full SHA for 8960c83
1 file changed
.github/workflows/release.yml
@@ -53,4 +53,4 @@ jobs:
53
if: ${{ steps.get_next_version.outputs.hasNextVersion == 'true' }}
54
run: |
55
echo "//registry.npmjs.org/:_authToken=${{ secrets.TOKEN_GITHUB_TO_NPM_RW }}" >> .npmrc
56
- npm publish --dry-run
+ npm publish
0 commit comments