Skip to content

Commit

Permalink
fix: action failed
Browse files Browse the repository at this point in the history
  • Loading branch information
ronparkdev committed Jun 1, 2024
1 parent 7008454 commit 84842ce
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,23 +37,12 @@ jobs:
name: shortcut-click-extension
path: shortcut-click-extension.zip

- name: Create GitHub Release
id: create_release
uses: actions/create-release@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false

- name: Upload Release Asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
upload_url: ${{ github.event.release.upload_url }}
asset_path: shortcut-click-extension.zip
asset_name: shortcut-click-extension.zip
asset_content_type: application/zip

0 comments on commit 84842ce

Please sign in to comment.