diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a8ceb7b6..acd508dc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -7,7 +7,7 @@ on: [repository_dispatch] jobs: release-and-bump-version: - if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'ReleaseCandidate') + # if: github.event_name == 'pull_request' && github.event.action == 'closed' && github.event.pull_request.merged == true && contains(github.event.pull_request.labels.*.name, 'ReleaseCandidate') runs-on: macos-latest env: GITHUB_TOKEN: '${{ secrets.GITHUB_TOKEN }}'