We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2b8b84 commit 8ceddbfCopy full SHA for 8ceddbf
.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
85
- name: Publish to NPM and sync to GitHub
86
if: github.event_name == 'push' && github.ref_type == 'tag' && startsWith(github.ref, 'refs/tags/v')
87
run: |
88
- pnpm -r publish --no-git-checks
+ pnpm publish --no-git-checks
89
pnpx changelogithub
90
env:
91
NPM_CONFIG_PROVENANCE: true
0 commit comments