Skip to content

Commit e6cbfaf

Browse files
committed
devops: fix tag
1 parent 8689489 commit e6cbfaf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -326,5 +326,5 @@ jobs:
326326
uses: ncipollo/release-action@v1
327327
with:
328328
allowUpdates: true
329-
tag: v$VERSION
329+
tag: v${{env.VERSION}}
330330
artifacts: "Output/*"

0 commit comments

Comments
 (0)