Skip to content

Commit

Permalink
Don't set explicit release name (#52)
Browse files Browse the repository at this point in the history
Since github.ref will return e.g. refs/tags/vX.X.X
  • Loading branch information
Dunklas authored Jul 14, 2022
1 parent c3e0f61 commit 6be8e28
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
steps:
- uses: softprops/action-gh-release@v1
with:
name: ${{ github.ref }}
generate_release_notes: true

release-build:
Expand Down

0 comments on commit 6be8e28

Please sign in to comment.