diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 81b6fff..7578969 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -8,12 +8,10 @@ jobs: if: github.ref == 'refs/heads/main' permissions: contents: write + pull-requests: write steps: - uses: jimeh/release-please-manifest-action@main id: release - with: - app-id: ${{ secrets.RELEASE_BOT_APP_ID }} - private-key: ${{ secrets.RELEASE_BOT_PRIVATE_KEY }} - name: Create/update MAJOR tag if: ${{ steps.release.outputs.release_created }} uses: richardsimko/update-tag@v1