Skip to content

Commit a8f3730

Browse files
authored
Update publish-release.yml
1 parent 4b28671 commit a8f3730

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-release.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,6 @@ jobs:
7676
asset_name: CoreHelpers.Extensions.Logging.Tasks.${{ steps.get_version.outputs.release_version }}.nupkg
7777
tag: ${{ steps.get_version.outputs.release_tag }}
7878
overwrite: true
79+
80+
- name: Publish NuGet
81+
run: dotnet nuget push ./dotNet/*.nupkg --api-key ${{ secrets.NUGET_TOKEN }} -s https://api.nuget.org/v3/index.json

0 commit comments

Comments
 (0)