Skip to content

Commit

Permalink
fix: adding tag
Browse files Browse the repository at this point in the history
  • Loading branch information
praetoriansentry committed Nov 7, 2022
1 parent dff8fa5 commit 43df10d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jobs:
with:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: out/*.tar.gz
release_name: ${{ steps.prepare.outputs.tag_name }}
tag: ${{ steps.prepare.outputs.tag_name }}
tag: ${{ github.ref }}
overwrite: true
file_glob: true

0 comments on commit 43df10d

Please sign in to comment.