We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 86d409b + 6d60dc1 commit 081ed80Copy full SHA for 081ed80
.github/workflows/ci.yml
@@ -28,5 +28,5 @@ jobs:
28
node-version: 24.10.0
29
registry-url: 'https://registry.npmjs.org'
30
31
- - name: build and deploy
32
- run: npm publish --dry-run
+ - name: deploy
+ run: npm publish
0 commit comments