Skip to content

Commit

Permalink
change Appveyor config so assigning a tag produces a new full release…
Browse files Browse the repository at this point in the history
… (before, "draft" and "pre-releases" were not publicly visible and had to be treated manually)
  • Loading branch information
TillF committed Jun 30, 2021
1 parent d8b7e8a commit 2cf8f84
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 @@ -97,8 +97,8 @@ deploy:
auth_token:
secure: 1SmCkONwXVzO7MjKafzWSIZwzBMQaiYlcy3MQ8G5wpY8foiNwhI4Fj+JlIzYF3lm
artifacts: WASA-SEDexec_windows_msys2,WASA-SEDexec_mingw64
draft: true
prerelease: true
draft: false
prerelease: false
force_update: true
on:
# branch: master # release from master branch only (in fact, this looks for "master" in the tag, so I disabled it
Expand Down

0 comments on commit 2cf8f84

Please sign in to comment.