Skip to content

Commit e250515

Browse files
committed
try again
1 parent 33b5559 commit e250515

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/.releaserc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ plugins:
1010
- - "@semantic-release/release-notes-generator"
1111
- preset: conventionalcommits
1212

13+
- - "@semantic-release/github"
14+
- assets:
15+
- path: ../../artifacts/ExpressionEngine.*.nupkg
16+
label: Parser DLL
17+
- path: ../../artifacts/Documentation.md
18+
label: Documentation
1319

1420
- - "@semantic-release/exec"
1521
- 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 commit comments

Comments
 (0)