From 1958dbd9f22fd1876487258db4864b162d990b9d Mon Sep 17 00:00:00 2001 From: Jeremy Theintz <61942008+swiiny@users.noreply.github.com> Date: Sun, 24 Mar 2024 21:46:54 +0100 Subject: [PATCH] fix: trigger semantic release manually [skip ci] --- .github/workflows/release.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2357943b..775aac5c 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -1,10 +1,8 @@ name: Release on: - push: - branches: - - main - - develop + repository_dispatch: + types: [semantic-release] permissions: contents: write @@ -16,6 +14,9 @@ jobs: steps: - name: Checkout uses: actions/checkout@v4 + with: + fetch-depth: 0 + persist-credentials: false - name: Semantic Release uses: cycjimmy/semantic-release-action@v4