Skip to content

Commit

Permalink
action update
Browse files Browse the repository at this point in the history
  • Loading branch information
MostlyEmre committed Jun 21, 2024
1 parent 47ffa29 commit 4959050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,15 +32,15 @@ jobs:
- name: Create GitHub release
id: create_release
uses: actions/create-release@v1.1.0
uses: actions/create-release@v1
with:
tag_name: ${{ github.ref }}
release_name: Release ${{ github.ref }}
draft: false
prerelease: false

- name: Upload .crx file to release
uses: actions/upload-release-asset@v2
uses: actions/upload-release-asset@v1
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: dist/extension.crx
Expand Down

0 comments on commit 4959050

Please sign in to comment.