diff --git a/.github/workflows/check-release.yml b/.github/workflows/check-release.yml index d6a3769..cf71df2 100644 --- a/.github/workflows/check-release.yml +++ b/.github/workflows/check-release.yml @@ -63,7 +63,6 @@ jobs: RUN=CI yarn run build-affected-libs - name: Release - if: ${{ success() && (github.event_name != 'pull_request' || github.event.action == 'closed' && github.event.pull_request.merged == true) }} env: GITHUB_TOKEN: ${{ secrets.TRRACK_GITHUB_TOKEN }} NPM_TOKEN: ${{ secrets.NPM_TOKEN }}