Skip to content

Commit f7951ce

Browse files
committed
ci: Forgot to wrap env var with ${{}}
1 parent 16a63a1 commit f7951ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,5 +43,5 @@ jobs:
4343
with:
4444
draft: false
4545
body_path: CHANGELOG.md
46-
name: env.TAG_NAME
47-
tag_name: env.TAG_NAME
46+
name: ${{env.TAG_NAME}}
47+
tag_name: ${{env.TAG_NAME}}

0 commit comments

Comments
 (0)