Skip to content

Commit

Permalink
try explicit tag on deploy to prevent recursion
Browse files Browse the repository at this point in the history
  • Loading branch information
lucastheisen committed Dec 23, 2017
1 parent 494055f commit 28a9ca5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ artifacts:
- path: '**\*.zip'

deploy:
release: cygwin-setup-v$(appveyor_build_version)
tag: cygwin-setup-v$(appveyor_build_version)
provider: GitHub
auth_token: $(git_access_token)
artifact: CygwinSetup.zip
draft: false
prerelease: false
on:
branch: master
appveyor_repo_tag: true
appveyor_repo_tag: false

0 comments on commit 28a9ca5

Please sign in to comment.