From d5b5ae39be3ce9a2bd3020eb765c9d2e7a0ce28a Mon Sep 17 00:00:00 2001 From: Linden <65407488+thelindat@users.noreply.github.com> Date: Fri, 2 Feb 2024 17:03:55 +1100 Subject: [PATCH] ci(release): correct commit message MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤞I'm bad at this. --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 23c479e..77c4f16 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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: |