From 40e6dbe5171de7305e255e0a54f2e62f6a20aa83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Odd=20Str=C3=A5b=C3=B8?= Date: Sat, 23 Sep 2023 21:53:04 +0200 Subject: [PATCH] Also branch deletion needs git checked out --- .github/workflows/release-next-publish.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release-next-publish.yaml b/.github/workflows/release-next-publish.yaml index 39da741..3f686ea 100644 --- a/.github/workflows/release-next-publish.yaml +++ b/.github/workflows/release-next-publish.yaml @@ -22,5 +22,8 @@ jobs: config-name: release-drafter.yaml publish: yes + - name: Checkout repository + uses: actions/checkout@v4 + - name: Delete branch run: git push origin --delete 'release/next'