Skip to content

Commit

Permalink
Update publish-release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dei79 authored Aug 28, 2022
1 parent 55e0038 commit 8178180
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,6 @@ jobs:
asset_name: CoreHelpers.WindowsAzure.Storage.Table.Abstractions.${{ steps.get_version.outputs.release_version }}.nupkg
tag: ${{ steps.get_version.outputs.release_tag }}
overwrite: true

- name: Publish NuGet
run: dotnet nuget push ./*.nupkg --api-key ${{ secrets.NUGET_TOKEN }} --source "github"

0 comments on commit 8178180

Please sign in to comment.