diff --git a/.github/workflows/publish_release.yml b/.github/workflows/publish_release.yml index 798fe08..7fe2db0 100644 --- a/.github/workflows/publish_release.yml +++ b/.github/workflows/publish_release.yml @@ -67,7 +67,6 @@ jobs: - name: Approve pull request - if: env.changed == 'true' env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: | @@ -77,7 +76,6 @@ jobs: fi - name: Approve pull request and merge - if: env.changed == 'true' env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} run: |