diff --git a/action.yml b/action.yml index 7ad89cc..c9f2a6d 100644 --- a/action.yml +++ b/action.yml @@ -115,7 +115,9 @@ runs: - name: Checkout if: inputs.checkout == 'true' - uses: actions/checkout@v5 + uses: actions/checkout@v6 + with: + persist-credentials: ${{ inputs.release-app-id == '' }} - name: Detect Release id: release-detect