diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 11e512c..84b46e3 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -10,11 +10,9 @@ concurrency: ${{ github.workflow }} jobs: get_pull_request: - runs-on: ubuntu-latest - # os-botify[bot] will update the version on `main`, so this check is important to prevent an infinite loop if: ${{ github.actor != 'os-botify[bot]' }} - + runs-on: ubuntu-latest outputs: pull_request_number: ${{ steps.getMergedPullRequest.outputs.number }} steps: