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.
1 parent 8a76e9e commit 1e7b042Copy full SHA for 1e7b042
.github/workflows/publish.yml
@@ -66,12 +66,12 @@ jobs:
66
67
# https://docs.npmjs.com/trusted-publishers
68
- name: Publish to npm
69
- run: npm publish
+ run: npm publish --dry-run
70
71
- name: Push commit and tag
72
run: git push origin main --follow-tags
73
74
- - name: Create GitHub Release
75
- run: gh release create v${{ inputs.version }} --title "v${{ inputs.version }}" --generate-notes
76
- env:
77
- GH_TOKEN: ${{ github.token }}
+ # - name: Create GitHub Release
+ # run: gh release create v${{ inputs.version }} --title "v${{ inputs.version }}" --generate-notes
+ # env:
+ # GH_TOKEN: ${{ github.token }}
0 commit comments