Skip to content

Commit

Permalink
chore: set commit author in release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtARTs36 committed Dec 20, 2024
1 parent 9a1c320 commit 1904d48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- name: Commit changes
run: |
git add action.yaml
git commit -m "chore: update image version ${{ steps.version.outputs.new-version }} in action.yaml" -author 'github-actions[bot] <github-actions[bot]@users.noreply.github.com>'
git commit -m "chore: update image version ${{ steps.version.outputs.new-version }} in action.yaml" --author 'github-actions[bot] <github-actions[bot]@users.noreply.github.com>'
git push
- name: Create Tag
Expand Down

0 comments on commit 1904d48

Please sign in to comment.