Skip to content

Commit

Permalink
target the current ref
Browse files Browse the repository at this point in the history
  • Loading branch information
sxlijin committed Oct 13, 2022
1 parent 75dcae2 commit 5d3ab2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@ jobs:
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
gh release create ${{ github.event.inputs.release_tag }} --generate-notes
gh release create --target ${{ github.ref }} ${{ github.event.inputs.release_tag }} --generate-notes
gh release upload ${{ github.event.inputs.release_tag }} target/x86_64-unknown-linux-gnu/release/horton

0 comments on commit 5d3ab2f

Please sign in to comment.