Skip to content

Commit 149fae1

Browse files
committed
Fix release workflow
1 parent c4804a9 commit 149fae1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ jobs:
3030
env:
3131
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
with:
33-
title: {{ env.VERSION }}
33+
title: ${{ env.VERSION }}
3434
tag: ${{ env.VERSION }}

0 commit comments

Comments
 (0)