Skip to content

Commit

Permalink
Publish Change
Browse files Browse the repository at this point in the history
  • Loading branch information
rudiv committed Apr 14, 2024
1 parent aa598e5 commit 9cbf132
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:

- name: Publish
if: steps.build.outcome == 'success'
run: dotnet nuget push ./src/Aspire.Achieve.AzureProvisioning/bin/Release/*.nupkg --api-key ${{secrets.NUGET_PAT}} --skip-duplicate -s https://api.nuget.org/v3/index.json
run: dotnet nuget push ./src/Achieve.Aspire.AzureProvisioning/bin/Release/*.nupkg --api-key ${{secrets.NUGET_PAT}} --skip-duplicate -s https://api.nuget.org/v3/index.json

0 comments on commit 9cbf132

Please sign in to comment.