From aabdfc7ab43e6e01090f227314c785a0f1c815e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thor=20K=2E=20H=C3=B8g=C3=A5s?= Date: Fri, 13 Oct 2023 23:48:44 +0200 Subject: [PATCH] ci: fix missing actions for releases Set releases handled by release-please to draft status to prevent the github-actions token from stopping the release process upon tagging the release. --- .github/workflows/release-please.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/release-please.yaml b/.github/workflows/release-please.yaml index 03aa93ad0..602dd5cd1 100644 --- a/.github/workflows/release-please.yaml +++ b/.github/workflows/release-please.yaml @@ -19,4 +19,5 @@ jobs: - uses: google-github-actions/release-please-action@v3 with: release-type: php + draft: true