Skip to content

Commit

Permalink
[GitHub] Use github.ref_name instead of github.ref
Browse files Browse the repository at this point in the history
  • Loading branch information
BitcoinMitchell committed Feb 28, 2024
1 parent 7e43360 commit 9239eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
with:
name: "Release ${{ github.ref }}"
name: "Release ${{ github.ref_name }}"
files: "./build/btcpay.zip"
fail_on_unmatched_files: true
generate_release_notes: true

0 comments on commit 9239eac

Please sign in to comment.