From eccd9ac6038b86b99a34542a6fa92e0d1f675994 Mon Sep 17 00:00:00 2001 From: Roland Geider Date: Sat, 18 Nov 2023 21:20:05 +0100 Subject: [PATCH] Commit to a branch, not directly to master --- .github/workflows/build-release.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index b94fb190..8a735277 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -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 }}