Skip to content

Commit

Permalink
removed github release
Browse files Browse the repository at this point in the history
  • Loading branch information
pksorensen committed Aug 25, 2024
1 parent 135d485 commit 9a4d14b
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/.releaserc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
branches:
branches:
- name: main
- name: dev
prerelease: dev
Expand All @@ -10,12 +10,6 @@ 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 9a4d14b

Please sign in to comment.