Skip to content

Commit

Permalink
fix: Correct NuGet package name
Browse files Browse the repository at this point in the history
  • Loading branch information
thygesteffensen committed Jul 1, 2021
1 parent 4c66bdc commit 41ff707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ plugins:
label: Parser DLL

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

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

0 comments on commit 41ff707

Please sign in to comment.