Skip to content

Commit

Permalink
Update publishNuGet.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
PAAndrewMarshall authored Sep 12, 2024
1 parent 022586a commit 80c57b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publishNuGet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: dotnet pack --configuration Release

- name: Publish NuGet package to GitHub Packages
run: dotnet nuget push bin/Release/*.nupkg --source "https://nuget.pkg.github.com/pa-digital/index.json" --api-key ${{ secrets.GITHUB_TOKEN }}
run: dotnet nuget push GDS.Components/bin/Release/*.nupkg --source "https://nuget.pkg.github.com/pa-digital/index.json" --api-key ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 80c57b6

Please sign in to comment.