Skip to content

Commit 18d4ee9

Browse files
committed
Better release
1 parent 40fe0cb commit 18d4ee9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/release.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ jobs:
1313
- run: pnpm build
1414
- run: git config user.name "${GITHUB_ACTOR}"
1515
- run: git config user.email "${GITHUB_ACTOR}@users.noreply.github.com"
16+
- run: git stash
1617
- env:
1718
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
1819
run: npm config set //registry.npmjs.org/:_authToken $NPM_TOKEN

0 commit comments

Comments
 (0)