We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8689489 commit e6cbfafCopy full SHA for e6cbfaf
1 file changed
.github/workflows/release.yml
@@ -326,5 +326,5 @@ jobs:
326
uses: ncipollo/release-action@v1
327
with:
328
allowUpdates: true
329
- tag: v$VERSION
+ tag: v${{env.VERSION}}
330
artifacts: "Output/*"
0 commit comments