Skip to content

Commit b5873fb

Browse files
authored
Merge pull request #74 from rmiki-dev/semantic-rel
fix: remove '@semantic-release/exec plugin' (avoids extra npm install)
2 parents 3ed3eb6 + d77abb3 commit b5873fb

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
name: Release
22

33
on:
4-
workflow_dispatch: # Triggered by semantic-release via gh CLI
4+
release:
5+
types: [published]
6+
workflow_dispatch:
57

68
permissions:
79
contents: write

.releaserc.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,4 @@ branches:
44
plugins:
55
- "@semantic-release/commit-analyzer"
66
- "@semantic-release/release-notes-generator"
7-
- "@semantic-release/github"
8-
- ["@semantic-release/exec", {
9-
"publishCmd": "gh workflow run release.yml"
10-
}]
7+
- "@semantic-release/github"

0 commit comments

Comments
 (0)