Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
eraserhd committed Sep 21, 2019
1 parent 381bc4f commit 59a486d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,5 @@ jobs:
repo_token: ${{ secrets.GITHUB_TOKEN }}
file: target/release/${{ matrix.artifact_name }}
asset_name: ${{ matrix.release_name }}
tag: ${{ git.ref }}
tag: ${{ github.ref }}
overwrite: true

0 comments on commit 59a486d

Please sign in to comment.