We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa5b3eb commit ce33fdaCopy full SHA for ce33fda
.github/workflows/npm-publish-github-packages.yml
@@ -59,6 +59,6 @@ jobs:
59
node-version: 22
60
registry-url: https://npm.pkg.github.com/
61
- run: npm ci
62
- - run: npm release
+ - run: npm run release
63
env:
64
NODE_AUTH_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments