mirror of
https://github.com/DirectoryLister/DirectoryLister.git
synced 2025-08-23 06:02:57 +02:00
Fixed target deploy tag name
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user