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 12ed7b4 commit aff51c8Copy full SHA for aff51c8
.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 remote set-branches --add origin master
23
- run: git fetch
24
- run: pnpm publish
25
env:
0 commit comments