From 220412172dc0830d0805f9f2deb7f2f4de330b54 Mon Sep 17 00:00:00 2001 From: Ruud Senden <8635138+rsenden@users.noreply.github.com> Date: Fri, 18 Aug 2023 15:33:08 +0200 Subject: [PATCH] ci: Update workflow --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2f2190cb70..3b9d2d3917 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,8 @@ jobs: with: command: github-release release-type: simple - package-name: ${{ github.event.repository.name }} + package-name: ${{ github.event.repository.name }} + default-branch: main - name: PROD - Define release info if: steps.create_prod_release.outputs.release_created @@ -237,6 +238,7 @@ jobs: command: release-pr release-type: simple package-name: ${{ github.event.repository.name }} + default-branch: main - name: DEV - Prepare GitHub release if: needs.build.outputs.do_dev_release