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 e0f15aa + 081ed80 commit 795a892Copy full SHA for 795a892
.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