We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b5559 commit e250515Copy full SHA for e250515
.github/workflows/.releaserc
@@ -10,6 +10,12 @@ plugins:
10
- - "@semantic-release/release-notes-generator"
11
- preset: conventionalcommits
12
13
+ - - "@semantic-release/github"
14
+ - assets:
15
+ - path: ../../artifacts/ExpressionEngine.*.nupkg
16
+ label: Parser DLL
17
+ - path: ../../artifacts/Documentation.md
18
+ label: Documentation
19
20
- - "@semantic-release/exec"
21
- 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