We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 01e7cf4 commit 48a48ccCopy full SHA for 48a48cc
.github/workflows/publish_release.yaml
@@ -40,7 +40,7 @@ jobs:
40
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
41
with:
42
tag_name: ${{ github.ref_name }} # Use the tag name only
43
- release_name: Release ${{ env TAG_NAME }} # Use the tag name only
+ release_name: Release ${{ env.TAG_NAME }} # Use the tag name only
44
body: ${{ steps.release_notes.outputs.notes }}
45
draft: false
46
prerelease: false
0 commit comments