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 6c8faee commit 08c0c64Copy full SHA for 08c0c64
.github/workflows/publish.yml
@@ -23,6 +23,6 @@ jobs:
23
24
- run: pnpm i
25
26
- - run: pnpm publish
+ - run: pnpm publish --no-git-checks --tag ${{ github.event.release.tag_name }}
27
env:
28
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments