Skip to content

Commit

Permalink
Update cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
torbacz authored Aug 25, 2024
1 parent 31935bc commit 1e642c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ jobs:
run: dotnet pack -p:PackageVersion=$PACKAGE_VERSION -c Release

- name: Push generated package to NuGet registry
run: dotnet nuget push DependencyUpdated/bin/Release/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{secrets.NUGET_API_KEY}}
run: dotnet nuget push DependencyUpdated/bin/Release/*.nupkg --api-key ${{secrets.NUGET_API_KEY}}

0 comments on commit 1e642c7

Please sign in to comment.