mirror of
https://github.com/Jackett/Jackett
synced 2024-12-28 02:39:26 +00:00
Appveyor.yml: Fix casing
This commit is contained in:
parent
dc25480844
commit
58ed5421ec
1 changed files with 1 additions and 2 deletions
|
@ -27,8 +27,7 @@ before_deploy:
|
||||||
- ps: ${env:release_description} = ( Get-Content -LiteralPath BuildOutput/ReleaseNotes.txt -Encoding UTF8 ) -join "`n";
|
- ps: ${env:release_description} = ( Get-Content -LiteralPath BuildOutput/ReleaseNotes.txt -Encoding UTF8 ) -join "`n";
|
||||||
deploy:
|
deploy:
|
||||||
- provider: GitHub
|
- provider: GitHub
|
||||||
tag: v$(appveyor_build_version)
|
tag: v$(APPVEYOR_BUILD_VERSION)
|
||||||
release: myproduct-v$(APPVEYOR_BUILD_VERSION)
|
|
||||||
description: $(release_description)
|
description: $(release_description)
|
||||||
auth_token:
|
auth_token:
|
||||||
secure: hOg+16YTIbq4kO9u4D1YVOTbWDqgCX6mAQYMbnmBBSw2CiUsZh7OKbupoUb3FtWa
|
secure: hOg+16YTIbq4kO9u4D1YVOTbWDqgCX6mAQYMbnmBBSw2CiUsZh7OKbupoUb3FtWa
|
||||||
|
|
Loading…
Reference in a new issue