Skip to content

Commit

Permalink
ci: Remove GitHub package publish
Browse files Browse the repository at this point in the history
GitHub package publish have been broken on other projects and is not used, I have decided to remove that from the package feed.
  • Loading branch information
thygesteffensen committed Dec 14, 2022
1 parent 78e125f commit 2130989
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,5 @@ plugins:
- path: ../../artifacts/PowerAutomateMockUp.*.nupkg
label: Parser DLL

- - "@semantic-release/exec"
- publishCmd: "dotnet nuget push ..\\..\\artifacts\\PowerAutomateMockUp.*.nupkg --source https://nuget.pkg.github.com/thygesteffensen/index.json --api-key ${process.env.GITHUB_TOKEN}"

- - "@semantic-release/exec"
- publishCmd: "dotnet nuget push ..\\..\\artifacts\\PowerAutomateMockUp.*.nupkg --source https://api.nuget.org/v3/index.json --api-key ${process.env.CI_NUGET_API_KEY}"

0 comments on commit 2130989

Please sign in to comment.