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 8cafe80 commit 85f1552Copy full SHA for 85f1552
.github/workflows/npm-publish.yml
@@ -17,11 +17,9 @@ jobs:
17
with:
18
node-version: 12
19
registry-url: https://registry.npmjs.org/
20
+ - run: git branch -f master origin/master
21
- run: npm add -g pnpm
22
- run: pnpm i
- - run: git remote set-branches --add origin master
23
- - run: git checkout master
24
- - run: git fetch
25
- run: pnpm publish
26
env:
27
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
0 commit comments