Skip to content

Commit 8bc1ae4

Browse files
committed
test
1 parent f471fcd commit 8bc1ae4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/npm-publish.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@ jobs:
2626
npx tsc
2727
2828
- name: Update version (patch)
29-
run: npm version patch
29+
run: |
30+
git stash
31+
npm version patch
3032
3133
- name: Publish to NPM
3234
run: npm publish

0 commit comments

Comments
 (0)