Commit to a branch, not directly to master

This commit is contained in:
Roland Geider
2023-11-18 21:20:05 +01:00
parent 5294290e23
commit eccd9ac603

View File

@@ -116,6 +116,7 @@ jobs:
run: |
git config user.name Github-actions
git config user.email github-actions@github.com
git branch release-${{ env.VERSION }}
git add .
git commit -m "Bump version to $( flutter pub run cider version )"
git tag ${{ env.VERSION }}