Fixed target deploy tag name

This commit is contained in:
Chris Kankiewicz
2020-07-16 08:38:11 -07:00
parent e3f7715c65
commit ca31782210

View File

@@ -42,7 +42,7 @@ deploy:
provider: releases
token: ${GITHUB_TOKEN}
name: v${TRAVIS_TAG}
tag_name: v${TRAVIS_TAG}
tag_name: ${TRAVIS_TAG}
draft: true
file:
- artifacts/DirectoryLister-${TRAVIS_TAG}.tar.gz