Skip to content

Commit

Permalink
CI: name releases after tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Fasano committed Dec 19, 2023
1 parent 6354461 commit c6cdf33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ jobs:
with:
files: kernels-latest.tar.gz
token: ${{ secrets.GITHUB_TOKEN }}
tag_name: release_${{ github.sha }}
tag_name: ${{ github.ref }}

0 comments on commit c6cdf33

Please sign in to comment.