mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Commit to a branch, not directly to master
This commit is contained in:
1
.github/workflows/build-release.yml
vendored
1
.github/workflows/build-release.yml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user