We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75ae1fa commit 976a20fCopy full SHA for 976a20f
.github/workflows/release.yml
@@ -78,6 +78,8 @@ jobs:
78
79
- name: Push version bump
80
run: |
81
+ git fetch origin main
82
+ git rebase origin/main
83
git push origin HEAD:main
84
85
# build the package after bumping version
0 commit comments