There was an error while loading. Please reload this page.
1 parent f471fcd commit 8bc1ae4Copy full SHA for 8bc1ae4
1 file changed
.github/workflows/npm-publish.yml
@@ -26,7 +26,9 @@ jobs:
26
npx tsc
27
28
- name: Update version (patch)
29
- run: npm version patch
+ run: |
30
+ git stash
31
+ npm version patch
32
33
- name: Publish to NPM
34
run: npm publish
0 commit comments