From d77abb3998c72316006c8e551aa8cf5ab2587b86 Mon Sep 17 00:00:00 2001 From: Rosy-Glorious Miki Date: Mon, 6 Apr 2026 10:59:38 -0400 Subject: [PATCH] fix: remove '@semantic-release/exec plugin' (avoids extra npm install) Signed-off-by: Rosy-Glorious Miki --- .github/workflows/release.yml | 4 +++- .releaserc.yml | 5 +---- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fd30ca4..fd8fcad 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,7 +1,9 @@ name: Release on: - workflow_dispatch: # Triggered by semantic-release via gh CLI + release: + types: [published] + workflow_dispatch: permissions: contents: write diff --git a/.releaserc.yml b/.releaserc.yml index 9ecd30a..6914d65 100644 --- a/.releaserc.yml +++ b/.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" - }] \ No newline at end of file + - "@semantic-release/github" \ No newline at end of file