We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a23da30 commit 6587d18Copy full SHA for 6587d18
.github/workflows/bump-version.yml
@@ -44,6 +44,6 @@ jobs:
44
git config user.name Github-Actions
45
git config user.email [email protected]
46
git add pubspec.yaml
47
- git tag ${{ inputs.app_version }}
48
git commit -m "Bump version to $( flutter pub run cider version )"
+ git tag ${{ inputs.app_version }}
49
git push origin HEAD:master --tags
0 commit comments