From 407da64591f722e0a04f24c0109e292153a57391 Mon Sep 17 00:00:00 2001 From: cutecatsandvirtualmachines <145232977+cutecatsandvirtualmachines@users.noreply.github.com> Date: Mon, 12 Aug 2024 00:28:50 +0200 Subject: [PATCH] v1.0.0 --- .github/workflows/build-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-release.yml b/.github/workflows/build-release.yml index 286135a..9e0c9da 100644 --- a/.github/workflows/build-release.yml +++ b/.github/workflows/build-release.yml @@ -108,8 +108,8 @@ jobs: if-no-files-found: 'error' - name: Create Release for Tag id: release_tag - uses: Akryum/release-tag@v4.0.7 + uses: Akryum/release-tag env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # This token is provided by Actions, you do not need to create your own token with: - tag_name: ${{ github.event.head_commit.message }} + tag_name: '${{ github.event.head_commit.message }}'