Skip to content
This repository was archived by the owner on Apr 29, 2025. It is now read-only.

Commit d5b5ae3

Browse files
committed
ci(release): correct commit message
🤞I'm bad at this.
1 parent e4e4145 commit d5b5ae3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
run: |
5151
git config --global user.name "GitHub Actions"
5252
git config --global user.email "41898282+github-actions[bot]@users.noreply.github.com"
53-
git commit -am '${{ env.RELEASE_VERSION }}'
53+
git commit -am '${{ github.ref_name }}'
5454
5555
- name: Bundle files
5656
run: |

0 commit comments

Comments
 (0)