Set tag name during GitHub deploy

This commit is contained in:
Chris Kankiewicz
2020-07-16 08:37:20 -07:00
parent f3f0668a7e
commit e3f7715c65

View File

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