Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
june07 committed May 20, 2024
1 parent c0234e5 commit 09da1a7
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 09da1a7

Please sign in to comment.