From 09da1a70d6313c7157ca5dceb0ec0c0b6b9a2d70 Mon Sep 17 00:00:00 2001 From: Will Date: Mon, 20 May 2024 15:06:40 -0700 Subject: [PATCH] . --- .github/workflows/extension.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/extension.yml b/.github/workflows/extension.yml index 045f6d7..57c8d82 100644 --- a/.github/workflows/extension.yml +++ b/.github/workflows/extension.yml @@ -356,11 +356,8 @@ jobs: - name: Set zip name run: echo "ZIP_NAME=$(echo $GITHUB_SHA | cut -c 1-6)" >> $GITHUB_ENV - - name: Set tag name - run: echo "TAG_NAME=huge-silver-fox" >> $GITHUB_ENV - - name: Release uses: softprops/action-gh-release@v2 with: - tag_name: ${{ env.TAG_NAME }} + tag_name: ${{ env.GITHUB_SHA }} files: '/tmp/artifact/${{ env.ZIP_NAME }}.zip'