Skip to content

Commit

Permalink
Improve release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Nimrod committed May 20, 2024
1 parent e67ef93 commit 7497e03
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Create a Release
uses: elgohr/Github-Release-Action@v5
with:
title: ${{ github.ref }}
title: $GITHUB_REF_NAME
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}

Expand All @@ -41,3 +41,4 @@ jobs:
# (optional) Target triple, default is host triple.
target: ${{ matrix.target }}
token: ${{ secrets.GITHUB_TOKEN }}
ref: ${{ github.ref }}

0 comments on commit 7497e03

Please sign in to comment.