Skip to content

Commit d7e394b

Browse files
committed
Fix git commands...
1 parent c3582a6 commit d7e394b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,6 @@ jobs:
121121
git add pubspec.yaml
122122
git commit -m "Bump version to $( flutter pub run cider version )"
123123
git tag ${{ env.VERSION }}
124-
git push ${{ env.VERSION }}
125-
git push --delete ${{ env.VERSION_V }}
124+
git push origin ${{ env.VERSION }}
125+
git push origin --delete ${{ env.VERSION_V }}
126126
git push

0 commit comments

Comments
 (0)