Skip to content

Commit

Permalink
ci: Add tag to release commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
kvankova committed Oct 29, 2024
1 parent 9fdaf77 commit 6adaafe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ jobs:
cat README.md
- name: Commit and push changes
env:
TAG: ${{ steps.read_tag.outputs.TAG }}
run: |
git config --global user.email "action@github.com"
git config --global user.name "GitHub Action"
Expand Down

0 comments on commit 6adaafe

Please sign in to comment.