diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e58207a..e9f7950 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,8 @@ jobs: app_id: ${{ secrets.APP_ID }} private_key: ${{ secrets.APP_PRIVATE_KEY }} installation_id: ${{ secrets.APP_INSTALLATION_ID }} + # Add debug output to verify installation ID + # installation_id: 66276079 - name: Checkout uses: actions/checkout@v4