Skip to content

Commit

Permalink
Merge pull request #4521 from Vogel612/appveyor-conf
Browse files Browse the repository at this point in the history
Name AppVeyor Tags even more aggressively
  • Loading branch information
bclothier committed Nov 16, 2018
2 parents dd6eae5 + 7441e18 commit 0994d59
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Expand Up @@ -107,7 +107,7 @@ artifacts:
name: Rubberduck
deploy:
- provider: GitHub
tag: Rubberduck Stable v$(appveyor_build_version)
tag: RETAGMEWITHAMESSAGE
release: $(release_name)
draft: true
prerelease: false
Expand All @@ -118,11 +118,11 @@ deploy:
on:
branch: master
- provider: GitHub
tag: Rubberduck v$(appveyor_build_version)
tag: Prerelease-v$(appveyor_build_version)
release: $(release_name)
draft: false
prerelease: true
description: "AppVeyor build on [$(appveyor_repo_branch)] - https://ci.appveyor.com/project/rubberduck-vba/rubberduck/build/$(appveyor_build_version)<br/><br/>Merges #$(appveyor_pull_request_number) - $(appveyor_pull_request_title)"
description: "AppVeyor build on [$(appveyor_repo_branch)] - https://ci.appveyor.com/project/rubberduck-vba/rubberduck/build/$(appveyor_build_version)"
auth_token:
secure: NVAZgFRSk566SP5QDge5gYRWCaLi4NJJPTNk3QengH15wL9iVldfrFOllbzKXExq
artifact: Rubberduck
Expand Down

0 comments on commit 0994d59

Please sign in to comment.