Skip to content

Commit

Permalink
chore: actions/upload-release-asset is deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
maltoze committed Jul 19, 2023
1 parent 6492a51 commit f70e46e
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@ jobs:
- name: Upload extensions to release
id: upload-release-asset
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
uses: softprops/action-gh-release@v1
with:
upload_url: ${{ needs.create-release.outputs.release_upload_url }}
asset_path: release/link-popper-chrome-extension-${{ steps.get_version.outputs.version-without-v }}.zip
asset_name: link-popper-chrome-extension-${{ steps.get_version.outputs.version-without-v }}.zip
asset_content_type: application/zip
files: release/link-popper-chrome-extension-${{ steps.get_version.outputs.version-without-v }}.zip

0 comments on commit f70e46e

Please sign in to comment.