From 3e3c50881535349188b1df07edc367cb8a1bc03a Mon Sep 17 00:00:00 2001 From: Ales Zelenik Date: Mon, 5 Aug 2024 12:59:43 +0200 Subject: [PATCH] feat: add exec hook (#24) --- .github/workflows/semantic-release.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index bcda64d..00ed85d 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -20,5 +20,4 @@ jobs: with: github-token: ${{ secrets.PAT }} allow-initial-development-versions: true - extra-plugins: | - @semantic-release/exec + hooks: exec