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 adc016a commit 12ed7b4Copy full SHA for 12ed7b4
.github/workflows/npm-publish.yml
@@ -19,6 +19,7 @@ jobs:
19
registry-url: https://registry.npmjs.org/
20
- run: npm add -g pnpm
21
- run: pnpm i
22
+ - run: git fetch
23
- run: pnpm publish
24
env:
25
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments