Skip to content

Commit

Permalink
Fix publishing trigger
Browse files Browse the repository at this point in the history
  • Loading branch information
cheziyi committed Mar 14, 2020
1 parent ce4a2f9 commit b51c92d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release-dotnet-nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Release .NET NuGet

on:
release:
types: [published, created, edited]
types: [created]

jobs:
test:
Expand Down
2 changes: 1 addition & 1 deletion Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<PackageIcon>icon.png</PackageIcon>
<PackageLicenseExpression>MIT</PackageLicenseExpression>
<PackageIconUrl>https://i.ibb.co/SmV2V0m/aprismatic.png</PackageIconUrl>
<RepositoryUrl>https://github.com/aprismatic/dotnet-template</RepositoryUrl>
<RepositoryUrl>https://github.com/aprismatic/bigintegerext</RepositoryUrl>
</PropertyGroup>

<ItemGroup>
Expand Down

0 comments on commit b51c92d

Please sign in to comment.