Skip to content

Commit

Permalink
chore: publish github release on git tag (FantasticFiasco#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
FantasticFiasco authored May 24, 2019
1 parent e2a62c1 commit 4f55678
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<Project xmlns="http://schemas.microsoft.com/developer/msbuild/2003">

<PropertyGroup>
<VersionPrefix>0.0.2</VersionPrefix>
<VersionPrefix>0.0.3</VersionPrefix>
<Authors>Mattias Kindborg</Authors>
<Company />
<TreatWarningsAsErrors>true</TreatWarningsAsErrors>
Expand Down
9 changes: 9 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@ artifacts:
name: NuGet

deploy:
- provider: GitHub
release: Release ${APPVEYOR_REPO_TAG_NAME}
description: TODO
auth_token:
secure: de2wnJZf6k7NY0XriDpf9BkrQ4MR5ZfDDWMM+H/K4OK3w0GpuJAMRj5PrO6tKu0K
artifact: /.*\.nupkg/
draft: true
on:
APPVEYOR_REPO_TAG: true
- provider: NuGet
api_key:
secure: uahkVS8ro53iDcbd2Hie8ofpUYvJ6tlR+mss0vTEp5tM6zXqDkhJF4iFKeZCvepD
Expand Down

0 comments on commit 4f55678

Please sign in to comment.