Skip to content

Commit

Permalink
ci(release): use bot boi for releases
Browse files Browse the repository at this point in the history
I think this is bot boi
  • Loading branch information
SlayerOrnstein committed Nov 17, 2024
1 parent c751d8a commit 85d43ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ jobs:
RELEASE_NOTES: ${{ steps.semantic.outputs.new_release_notes}}
NEW_RELEASE: ${{ steps.semantic.outputs.new_release_version }}
run: |
git config user.name "github-actions[bot]"
git config user.email "github-actions[bot]@users.noreply.github.com"
git config user.name "${{ secrets.GIT_COMITTER_NAME }}"
git config user.email "${{ secrets.GIT_COMITTER_EMAIL }}"
git add pubspec.yaml
git commit -m "chore(release): $NEW_RELEASE [skip ci]" -m "$RELEASE_NOTES" --no-verify
git push
Expand Down

0 comments on commit 85d43ff

Please sign in to comment.