ci: fix internal builds release failing the workflow when secrets are missing (#4725)

This commit is contained in:
James Rich 2026-03-05 14:26:57 -06:00 committed by GitHub
parent c9005432ea
commit 79a4a3671f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -282,6 +282,8 @@ jobs:
prerelease: true
- name: Create or Update internal GitHub Release
continue-on-error: true
if: ${{ secrets.INTERNAL_BUILDS_HOST != '' }}
uses: softprops/action-gh-release@v2
with:
repository: ${{ secrets.INTERNAL_BUILDS_HOST }}