Skip to content

Commit 48a48cc

Browse files
Yet another GHA fix
1 parent 01e7cf4 commit 48a48cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4141
with:
4242
tag_name: ${{ github.ref_name }} # Use the tag name only
43-
release_name: Release ${{ env TAG_NAME }} # Use the tag name only
43+
release_name: Release ${{ env.TAG_NAME }} # Use the tag name only
4444
body: ${{ steps.release_notes.outputs.notes }}
4545
draft: false
4646
prerelease: false

0 commit comments

Comments
 (0)