Skip to content

Commit

Permalink
ci(release): correct commit message
Browse files Browse the repository at this point in the history
🤞I'm bad at this.
  • Loading branch information
thelindat committed Feb 2, 2024
1 parent e4e4145 commit d5b5ae3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
run: |
git config --global user.name "GitHub Actions"
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
git commit -am '${{ env.RELEASE_VERSION }}'
git commit -am '${{ github.ref_name }}'
- name: Bundle files
run: |
Expand Down

0 comments on commit d5b5ae3

Please sign in to comment.