Skip to content

Commit

Permalink
Merge pull request #6 from hoffmann-dsd/feature/PushNugetToHoffmannNu…
Browse files Browse the repository at this point in the history
…getorgFeed

Update NuGet Feed in Release.yaml
  • Loading branch information
hoffmann-johannes authored Oct 7, 2024
2 parents 008f9b9 + d4381f6 commit 774c28d
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 @@ -26,4 +26,4 @@ jobs:
run: |
REPO_OWNER=$(echo $GITHUB_REPOSITORY | cut -d '/' -f 1)
PACKAGE_PATH=$(find ./artifacts -name '*.nupkg' -print -quit)
dotnet nuget push "$PACKAGE_PATH" --source "https://nuget.pkg.github.com/$REPO_OWNER/index.json" --api-key "${{ secrets.GITHUB_TOKEN }}" --skip-duplicate
dotnet nuget push "$PACKAGE_PATH" --source "https://api.nuget.org/v3/index.json" --api-key "${{ secrets.HOFFMANN_DSD_NUGETORG_TOKEN }}" --skip-duplicate

0 comments on commit 774c28d

Please sign in to comment.