Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
pksorensen committed Aug 25, 2024
1 parent 33b5559 commit e250515
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/.releaserc
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,12 @@ plugins:
- - "@semantic-release/release-notes-generator"
- preset: conventionalcommits

- - "@semantic-release/github"
- assets:
- path: ../../artifacts/ExpressionEngine.*.nupkg
label: Parser DLL
- path: ../../artifacts/Documentation.md
label: Documentation

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

0 comments on commit e250515

Please sign in to comment.