Skip to content

Commit

Permalink
removing github packages as they *SUCK*
Browse files Browse the repository at this point in the history
  • Loading branch information
rbuergi committed Jan 6, 2025
1 parent 252e874 commit 362470b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,14 +47,11 @@ jobs:
</packageSources>
<packageSourceCredentials>
<github>
<add key=\"Username\" value=\"${{ github.actor }}\" />
<add key=\"Username\" value=\"Systemorph\" />
<add key=\"ClearTextPassword\" value=\"${{ secrets.GH_PAT }}\" />
</github>
</packageSourceCredentials>
</configuration>" > nuget.config
- name: Publish NuGet packages to GitHub Packages
run: dotnet nuget push ./nupkgs/*.nupkg --source "github" --api-key ${{ secrets.GH_PAT }}

- name: publish to nuget.org
run: dotnet nuget push ./nupkgs/*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${{ secrets.NUGET_PAT }}

0 comments on commit 362470b

Please sign in to comment.