Skip to content

Commit b0b5a57

Browse files
authored
Update and rename nugetPackage.yml to nugetPublish.yml
1 parent a9022df commit b0b5a57

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/nugetPackage.yml renamed to .github/workflows/nugetPublish.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,11 @@
1-
name: Nuget Package
1+
name: Nuget Publish
22
on:
33
release:
44
types: [published]
5-
65
jobs:
76
build:
87
runs-on: ubuntu-20.04
9-
name: Update NuGet package
8+
name: Nuget Publish
109
steps:
1110
- name: Checkout repository
1211
uses: actions/checkout@v1
@@ -15,7 +14,7 @@ jobs:
1514
uses: actions/setup-dotnet@v1
1615

1716
- name: Nuget Package And Upload
18-
uses: csharp-extensions/publish-nuget@v1
17+
uses: csharp-opensource/publish-nuget@v1
1918
with:
2019
releaseVersion: ${{ github.event.release.tag_name }}
2120
repoUrl: ${{ github.server_url }}/${{ github.repository }}

0 commit comments

Comments
 (0)