Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsutsu3 committed Jan 25, 2025
1 parent 2475f05 commit 823ed64
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ jobs:
# releaseName: ${{ env.VERSION_NAME }}

bump-version:
name: Bump version in pubspec.yaml
name: Bump version for production release
runs-on: ubuntu-latest
needs: get-version
steps:
Expand All @@ -195,6 +195,7 @@ jobs:
run: |
git config user.name 'github-actions[bot]'
git config user.email 'github-actions[bot]@users.noreply.github.com'
git checkout ${{ github.head_ref }}
git add pubspec.yaml
git commit -m "Bump build version"
git push https://${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}.git ${{ github.head_ref }}

0 comments on commit 823ed64

Please sign in to comment.