From 0afd89c02b1331e013e3ed4b006eb5862c71ab82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nat=C3=A1lia=20Granato?= <91998391+nataliagranato@users.noreply.github.com> Date: Wed, 20 Mar 2024 14:04:58 -0300 Subject: [PATCH] fix: update release.yml --- .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 d7e1cd7..2b9244d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -25,7 +25,7 @@ jobs: - name: Create Release uses: softprops/action-gh-release@v2 with: - tag_name: ${{ steps.extract_hash.outputs.hash }} + tag_name: 'release-${{ steps.extract_hash.outputs.hash }}' token: ${{ secrets.PERSONAL_ACCESS_TOKEN }} env: TOKEN: ${{ secrets.PERSONAL_ACCESS_TOKEN }}