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