diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index cc6e6b96..64138f3c 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -13,6 +13,7 @@ jobs: runs-on: ubuntu-latest permissions: contents: write # Needed to tag repo and create releases + pull-requests: write # Needed to add comments to pull requests on release steps: - uses: google-github-actions/release-please-action@v3 id: release