We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5294290 commit eccd9acCopy full SHA for eccd9ac
.github/workflows/build-release.yml
@@ -116,6 +116,7 @@ jobs:
116
run: |
117
git config user.name Github-actions
118
git config user.email [email protected]
119
+ git branch release-${{ env.VERSION }}
120
git add .
121
git commit -m "Bump version to $( flutter pub run cider version )"
122
git tag ${{ env.VERSION }}
0 commit comments