Skip to content

Commit

Permalink
Use simple GitBuildVersion for GitHub release
Browse files Browse the repository at this point in the history
  • Loading branch information
fgreinacher committed Oct 30, 2018
1 parent 080e148 commit 4ba0241
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 @@ -37,7 +37,7 @@ deploy:
branch: master

- provider: GitHub
tag: v$(GitBuildVersion)
tag: v$(GitBuildVersionSimple)
prerelease: true
artifact: /.*\.nupkg/
auth_token:
Expand Down

0 comments on commit 4ba0241

Please sign in to comment.