We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3ed3eb6 + d77abb3 commit b5873fbCopy full SHA for b5873fb
.github/workflows/release.yml
@@ -1,7 +1,9 @@
1
name: Release
2
3
on:
4
- workflow_dispatch: # Triggered by semantic-release via gh CLI
+ release:
5
+ types: [published]
6
+ workflow_dispatch:
7
8
permissions:
9
contents: write
.releaserc.yml
@@ -4,7 +4,4 @@ branches:
plugins:
- "@semantic-release/commit-analyzer"
- "@semantic-release/release-notes-generator"
- - "@semantic-release/github"
- - ["@semantic-release/exec", {
- "publishCmd": "gh workflow run release.yml"
10
- }]
+ - "@semantic-release/github"
0 commit comments