Skip to content

Commit eccd9ac

Browse files
committed
Commit to a branch, not directly to master
1 parent 5294290 commit eccd9ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ jobs:
116116
run: |
117117
git config user.name Github-actions
118118
git config user.email [email protected]
119+
git branch release-${{ env.VERSION }}
119120
git add .
120121
git commit -m "Bump version to $( flutter pub run cider version )"
121122
git tag ${{ env.VERSION }}

0 commit comments

Comments
 (0)