Skip to content

Commit 6587d18

Browse files
committed
Tag the correct commit
1 parent a23da30 commit 6587d18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bump-version.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@ jobs:
4444
git config user.name Github-Actions
4545
git config user.email [email protected]
4646
git add pubspec.yaml
47-
git tag ${{ inputs.app_version }}
4847
git commit -m "Bump version to $( flutter pub run cider version )"
48+
git tag ${{ inputs.app_version }}
4949
git push origin HEAD:master --tags

0 commit comments

Comments
 (0)