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'