We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 13a4d27 commit a6fcd9cCopy full SHA for a6fcd9c
.github/workflows/release.yml
@@ -67,7 +67,9 @@ jobs:
67
run: |
68
git config --global user.name 'github-actions[bot]'
69
git config --global user.email 'github-actions[bot]@users.noreply.github.com'
70
+ git stash
71
git pull --rebase origin main
72
+ git stash pop
73
git add manifest.json
74
git commit -m "Update manifest for v${{ env.VERSION }}"
75
git push origin HEAD:main
0 commit comments