Skip to content

Commit 1e7b042

Browse files
committed
dry run publish
1 parent 8a76e9e commit 1e7b042

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,12 @@ jobs:
6666
6767
# https://docs.npmjs.com/trusted-publishers
6868
- name: Publish to npm
69-
run: npm publish
69+
run: npm publish --dry-run
7070

7171
- name: Push commit and tag
7272
run: git push origin main --follow-tags
7373

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 }}
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 }}

0 commit comments

Comments
 (0)