Update .github/workflows/release.yaml

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
End 2026-01-06 20:34:28 -07:00 committed by GitHub
parent dd00f1eba1
commit 892a2f96cf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -234,6 +234,8 @@ jobs:
needs:
- build
- release-please
permissions:
contents: write
runs-on: ubuntu-latest
if: ${{ fromJSON(needs.release-please.outputs.manifest).releases_created == 'true' }}
steps: