mirror of
https://github.com/wger-project/flutter.git
synced 2026-02-18 00:17:48 +01:00
Tag the correct commit
This commit is contained in:
2
.github/workflows/bump-version.yml
vendored
2
.github/workflows/bump-version.yml
vendored
@@ -44,6 +44,6 @@ jobs:
|
||||
git config user.name Github-Actions
|
||||
git config user.email github-actions@github.com
|
||||
git add pubspec.yaml
|
||||
git tag ${{ inputs.app_version }}
|
||||
git commit -m "Bump version to $( flutter pub run cider version )"
|
||||
git tag ${{ inputs.app_version }}
|
||||
git push origin HEAD:master --tags
|
||||
|
||||
Reference in New Issue
Block a user