Skip to content

Commit

Permalink
fix appveyor release var
Browse files Browse the repository at this point in the history
  • Loading branch information
csMACnz committed Jul 14, 2017
1 parent 408fc94 commit 31d2e28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ artifacts:
- path: Package\BCLExtensions.*.nupkg
deploy:
- provider: GitHub
release: $($env:GitVersion_SemVer)
release: $(GitVersion_SemVer)
auth_token:
secure: hH6A9i7v+sf5mZy9FLQVG7n4UpLWkUhpshIsia7sGi1ONr+iMKroqjkJk0Hsi3nK
artifact: /.*\.nupkg/
Expand Down

0 comments on commit 31d2e28

Please sign in to comment.