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 c3582a6 commit d7e394bCopy full SHA for d7e394b
.github/workflows/build-release.yml
@@ -121,6 +121,6 @@ jobs:
121
git add pubspec.yaml
122
git commit -m "Bump version to $( flutter pub run cider version )"
123
git tag ${{ env.VERSION }}
124
- git push ${{ env.VERSION }}
125
- git push --delete ${{ env.VERSION_V }}
+ git push origin ${{ env.VERSION }}
+ git push origin --delete ${{ env.VERSION_V }}
126
git push
0 commit comments