mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 23:42:00 +01:00
Fix git commands...
This commit is contained in:
4
.github/workflows/build-release.yml
vendored
4
.github/workflows/build-release.yml
vendored
@@ -121,6 +121,6 @@ jobs:
|
||||
git add pubspec.yaml
|
||||
git commit -m "Bump version to $( flutter pub run cider version )"
|
||||
git tag ${{ env.VERSION }}
|
||||
git push ${{ env.VERSION }}
|
||||
git push --delete ${{ env.VERSION_V }}
|
||||
git push origin ${{ env.VERSION }}
|
||||
git push origin --delete ${{ env.VERSION_V }}
|
||||
git push
|
||||
Reference in New Issue
Block a user