diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index a6ac71e2..81b1e3fd 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -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