Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ACSancheZ authored Jun 14, 2024
1 parent abd67c2 commit 6f439c2
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,6 @@ jobs:
echo "RELEASE_ID=$RELEASE_ID" >> $GITHUB_ENV
fi
- name: Create release
id: create_release
if: steps.check_release.outputs.RELEASE_ID == ''
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: ${{ github.ref }}
draft: false
prerelease: false

- name: Upload main.js
uses: actions/upload-release-asset@v1
env:
Expand Down

0 comments on commit 6f439c2

Please sign in to comment.