diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 6742b7b..076aae3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,6 +13,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write + pull-requests: write steps: - name: Checkout branch uses: actions/checkout@v4