Skip to content

Commit c4804a9

Browse files
committed
Fix release workflow
1 parent 47ec65f commit c4804a9

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
@@ -30,5 +30,5 @@ jobs:
3030
env:
3131
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
3232
with:
33-
title: {{ env.VERSION }}
34-
tag: ${{ env.VERSION }}
33+
title: {{ env.VERSION }}
34+
tag: ${{ env.VERSION }}

0 commit comments

Comments
 (0)