Use VERSION var properly

This commit is contained in:
Luis Ángel San Martín 2019-09-16 20:47:51 +02:00
parent 7b9d41911f
commit eb0f4555ad

View File

@ -156,9 +156,9 @@ jobs:
inputs:
gitHubConnection: yacreader-releases
assets: $(Build.SourcesDirectory)/dev_bin/**/*.*'
title: $VERSION
title: $(VERSION)
tagSource: 'manual'
tag: $VERSION
tag: $(VERSION)