Skip to content

Commit 249cbf1

Browse files
committed
Some cleanup
1 parent eccd9ac commit 249cbf1

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -114,11 +114,11 @@ jobs:
114114
# one without the v and push it.
115115
- name: Commit pubspec version and delete tag
116116
run: |
117-
git config user.name Github-actions
117+
git config user.name Github-Actions
118118
git config user.email [email protected]
119-
git branch release-${{ env.VERSION }}
119+
git checkout -b release-${{ env.VERSION }}
120120
git add .
121121
git commit -m "Bump version to $( flutter pub run cider version )"
122122
git tag ${{ env.VERSION }}
123-
git push origin HEAD:master --tags
123+
git push origin --tags
124124
git push origin --delete ${{ env.VERSION_V }}

0 commit comments

Comments
 (0)