Skip to content

Commit

Permalink
fix: removed github nuget feed
Browse files Browse the repository at this point in the history
  • Loading branch information
pksorensen committed Nov 17, 2022
1 parent b6bb844 commit 1d962c5
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/EAVFW.Extensions.WorkflowEngine.*.nupkg
label: Binaries

- - "@semantic-release/exec"
- publishCmd: "dotnet nuget push ..\\..\\artifacts\\EAVFW.Extensions.WorkflowEngine.*.nupkg --source https://nuget.pkg.github.com/eavfw/index.json --username pksorensen --password ${process.env.GITHUB_TOKEN}"

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

0 comments on commit 1d962c5

Please sign in to comment.