Skip to content

Commit

Permalink
Update .appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
julianxhokaxhiu committed Jun 7, 2020
1 parent 4bb04d5 commit 2f68028
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ deploy:
tag: ${APPVEYOR_REPO_TAG_NAME}
release: ${_RELEASE_NAME}-${_RELEASE_VERSION}
artifact: ${_RELEASE_NAME}-${_RELEASE_VERSION}
auth_token:
secure: SXUyBqg8+wl9fn3xHV2Br0xDH65EyPAnFwJbwcg94wIesv9osQEefC3zxu9iDTUh
auth_token: ${_GH_DEPLOYMENT_TOKEN}
on:
branch: master
_IS_BUILD_CANARY: false
Expand All @@ -72,8 +71,7 @@ deploy:
artifact: ${_RELEASE_NAME}-${_RELEASE_VERSION}
prerelease: true
force_update: true
auth_token:
secure: SXUyBqg8+wl9fn3xHV2Br0xDH65EyPAnFwJbwcg94wIesv9osQEefC3zxu9iDTUh
auth_token: ${_GH_DEPLOYMENT_TOKEN}
on:
branch: master
_IS_BUILD_CANARY: true
Expand Down

0 comments on commit 2f68028

Please sign in to comment.