Skip to content

Commit a6fcd9c

Browse files
committed
Fix CI: add git stash before pull --rebase
1 parent 13a4d27 commit a6fcd9c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,9 @@ jobs:
6767
run: |
6868
git config --global user.name 'github-actions[bot]'
6969
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
70+
git stash
7071
git pull --rebase origin main
72+
git stash pop
7173
git add manifest.json
7274
git commit -m "Update manifest for v${{ env.VERSION }}"
7375
git push origin HEAD:main

0 commit comments

Comments
 (0)