Skip to content

Commit

Permalink
ci: release not work
Browse files Browse the repository at this point in the history
  • Loading branch information
Henri Devigne committed Jun 1, 2024
1 parent 4c35a07 commit c5d1d18
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,14 +73,14 @@ jobs:
- 'main'
plugins:
- '@semantic-release/commit-analyzer'
- '@semantic-release/release-notes-generator'
- '@semantic-release/release-notes-generator':
- "@semantic-release/github":
assets:
- path: dist/*
- '@semantic-release/github'
- '@semantic-release/changelog'
- "@semantic-release/git":
message: "chore(release): v\${nextRelease.version}\n\n\${nextRelease.notes}"
- "@semantic-release/github":
assets:
- path: dist/*
publish:
- '@semantic-release/github'
Expand Down

0 comments on commit c5d1d18

Please sign in to comment.