Skip to content

Commit

Permalink
Fixed a catastrophic cut and paste error that I made trying to quickl…
Browse files Browse the repository at this point in the history
…y fix the nuget package pushing issue
  • Loading branch information
stewienj committed Jun 1, 2021
1 parent 3bc6454 commit 139697e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
run: msbuild -restore -t:pack DynamicDataDisplay.Pack.sln -p:PackageVersion=${{ github.event.release.tag_name }} -p:Configuration=Release -p:Platform="Any CPU" -m

- name: Publish Nuget Packages
run: dotnet nuget push Publish\*.${{ secrets.nuget_api_key }}.nupkg --api-key ${{ secrets.nuget_api_key }} --source https://api.nuget.org/v3/index.json --skip-duplicate
run: dotnet nuget push Publish\*.${{ github.event.release.tag_name }}.nupkg --api-key ${{ secrets.nuget_api_key }} --source https://api.nuget.org/v3/index.json --skip-duplicate

0 comments on commit 139697e

Please sign in to comment.