From 30d6c83fa3f37514df6b453092f0b1a0cab2d2cf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Weber?= Date: Mon, 30 Jan 2023 13:56:35 +0100 Subject: [PATCH] build: remove unnecessary continue-on-error #453 --- .github/actions/release_milestone/action.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/actions/release_milestone/action.yaml b/.github/actions/release_milestone/action.yaml index 5f132298fc..b92f7650c7 100644 --- a/.github/actions/release_milestone/action.yaml +++ b/.github/actions/release_milestone/action.yaml @@ -111,7 +111,6 @@ runs: - name: Create final tag shell: bash - continue-on-error: true env: MILESTONE: ${{ inputs.milestone }} MILESTONE_MINOR: ${{ steps.mainvers.outputs.value }}