mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
ci: fix internal builds release failing the workflow when secrets are missing (#4725)
This commit is contained in:
parent
c9005432ea
commit
79a4a3671f
1 changed files with 2 additions and 0 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue