We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44438d4 commit 30ba65eCopy full SHA for 30ba65e
.appveyor.yml
@@ -58,10 +58,10 @@ deploy:
58
description: 'Tarantool internal win dist'
59
provider: GitHub
60
auth_token:
61
- secure: d5e27b1cf4e4a9b51d918ec9f1cf59c7c3cd880f # your encrypted token from GitHub
+ secure: y0ASjHrs4wZFAURc4N5oVCzdNtw8XPzd2fzGB+py0a5u8o3HenR2hu09zMjuv0H5
62
#artifact: /.*\.dll/ # upload all dlls packages to release assets
63
draft: false
64
prerelease: false
65
on:
66
branch: odbc # release from master branch only
67
- appveyor_repo_tag: true
+ appveyor_repo_tag: false
0 commit comments