Skip to content

Commit

Permalink
Merge pull request #13 from justcoding121/master
Browse files Browse the repository at this point in the history
Update appveyor.yml
  • Loading branch information
justcoding121 authored Apr 27, 2018
2 parents ee1b60b + be39c83 commit 04737f0
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 @@ -61,10 +61,10 @@ environment:
secure: ZbRmjOcp+TDllRV1wxqLZjdRV7hld388rXlWVJuGGiQleomP9Ku+Nsy3a75E7/9k
deploy:
- provider: GitHub
auth_token: '{github_access_token}'
auth_token: $(github_access_token)
on:
branch: /(stable|beta)/
- provider: NuGet
api_key: '{nuget_access_token}'
api_key: $(nuget_access_token)
on:
branch: /(stable|beta)/

0 comments on commit 04737f0

Please sign in to comment.