Skip to content

Commit

Permalink
chore(workflows): Update publish-phar.yml
Browse files Browse the repository at this point in the history
- Remove commented line
- Update commit message to use tag output
  • Loading branch information
guanguans committed Jul 30, 2023
1 parent b765376 commit a0d9636
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/publish-phar.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,5 +59,6 @@ jobs:
uses: stefanzweifel/git-auto-commit-action@v4
with:
branch: master
commit_message: Bump to ${{ github.event.release.name }}
# commit_message: Bump to ${{ github.event.release.name }}
commit_message: Bump to ${{ steps.tag.outputs.tag }}
file_pattern: builds/music-dl CHANGELOG.md

0 comments on commit a0d9636

Please sign in to comment.