Skip to content

Commit 5454fb9

Browse files
committed
chore: Fix git config
1 parent fc05c62 commit 5454fb9

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ jobs:
6262
# manually push
6363
git push --tags
6464
git push origin release/${{ inputs.releaseversion }}
65+
git branch --set-upstream-to=origin/release/${{ inputs.releaseversion }} release/release/${{ inputs.releaseversion }}
6566
# write version info
6667
cat <<EOF >target/config.json
6768
{

0 commit comments

Comments
 (0)