mirror of
https://github.com/YACReader/yacreader
synced 2025-07-23 23:44:52 -04:00
Use VERSION var properly
This commit is contained in:
@ -156,9 +156,9 @@ jobs:
|
||||
inputs:
|
||||
gitHubConnection: yacreader-releases
|
||||
assets: $(Build.SourcesDirectory)/dev_bin/**/*.*'
|
||||
title: $VERSION
|
||||
title: $(VERSION)
|
||||
tagSource: 'manual'
|
||||
tag: $VERSION
|
||||
tag: $(VERSION)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user