From f1739613c813eda2c9ac1fb8635e3505455c0bf7 Mon Sep 17 00:00:00 2001 From: Maxim Babichev Date: Wed, 24 Jan 2024 20:00:34 +0300 Subject: [PATCH] Update changelog.yml Signed-off-by: Maxim Babichev --- .github/workflows/changelog.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/.github/workflows/changelog.yml b/.github/workflows/changelog.yml index b137e86..e85de1e 100644 --- a/.github/workflows/changelog.yml +++ b/.github/workflows/changelog.yml @@ -92,13 +92,6 @@ jobs: BRANCH: ${{ github.event.release.target_commitish }} RELEASE_TAG_NAME: ${{ github.event.release.tag_name }} - - name: Fail if branch and release tag do not match - if: ${{ steps.check_files.outputs.files_exists == 'true' && steps.guard.outputs.VERSION_MISMATCH == 'true' }} - uses: actions/github-script@v7 - with: - script: | - core.setFailed('Workflow failed. Release version does not match with selected target branch. Changelog not updated automatically.') - - name: Extract release date from git tag id: release_date if: steps.check_files.outputs.files_exists == 'true'