We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40fe0cb commit 18d4ee9Copy full SHA for 18d4ee9
.github/workflows/release.yml
@@ -13,6 +13,7 @@ jobs:
13
- run: pnpm build
14
- run: git config user.name "${GITHUB_ACTOR}"
15
- run: git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
16
+ - run: git stash
17
- env:
18
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
19
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN
0 commit comments