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