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 1e2ba23 commit 3d6d594Copy full SHA for 3d6d594
.github/workflows/build-release.yml
@@ -128,4 +128,4 @@ jobs:
128
git add pubspec.yaml
129
git commit -m "Bump version to $( flutter pub run cider version )"
130
git push origin --delete ${{ env.VERSION_V }}
131
- git push
+ git push --set-upstream origin release-${{ env.VERSION }}
0 commit comments