We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f71673b commit 7150119Copy full SHA for 7150119
1 file changed
.github/workflows/release.yml
@@ -115,6 +115,7 @@ jobs:
115
git tag "$VERSION"
116
git push origin "$VERSION"
117
fi
118
+ git fetch origin "$BRANCH" 2>/dev/null || true
119
git push origin "$BRANCH" --force-with-lease
120
121
- name: Create PR to merge version bump back to main
0 commit comments