Skip to content

Commit 1e6837f

Browse files
refine on-tags.yml to have generated release notes (fixup)
Wrong name used for release: refs/tags/0.6.0
1 parent 9de01ee commit 1e6837f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
id: create-github-release
5151
uses: ncipollo/release-action@v1.13.0
5252
with:
53-
tag: ${{ github.ref }}
53+
tag: ${{ github.ref_name }}
5454
draft: false
5555
allowUpdates: false # > indicates if we should update a release if it already exists.
5656
generateReleaseNotes: true

0 commit comments

Comments
 (0)