Skip to content

Commit

Permalink
Update and rename nugetPackage.yml to nugetPublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barnuri authored Mar 18, 2022
1 parent a9022df commit b0b5a57
Showing 1 changed file with 3 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,12 +1,11 @@
name: Nuget Package
name: Nuget Publish
on:
release:
types: [published]

jobs:
build:
runs-on: ubuntu-20.04
name: Update NuGet package
name: Nuget Publish
steps:
- name: Checkout repository
uses: actions/checkout@v1
Expand All @@ -15,7 +14,7 @@ jobs:
uses: actions/setup-dotnet@v1

- name: Nuget Package And Upload
uses: csharp-extensions/publish-nuget@v1
uses: csharp-opensource/publish-nuget@v1
with:
releaseVersion: ${{ github.event.release.tag_name }}
repoUrl: ${{ github.server_url }}/${{ github.repository }}
Expand Down

0 comments on commit b0b5a57

Please sign in to comment.