meshtasticd-debian: Fix versioning compliance, add OBS (#5785)

This commit is contained in:
Austin
2025-01-07 17:16:56 -06:00
committed by GitHub
co-authored by GitHub
parent 9421eba027
commit 6cf3485d07
9 changed files with 166 additions and 20 deletions
+8 -1
View File
@@ -2,7 +2,7 @@ name: Trigger release workflows upon Publish
on:
release:
types: [published]
types: [published, released]
permissions: read-all
@@ -18,3 +18,10 @@ jobs:
${{ contains(github.event.release.name, 'Beta') && 'beta' || contains(github.event.release.name, 'Alpha') && 'alpha' }}
series: ${{ matrix.series }}
secrets: inherit
# package-obs:
# uses: ./.github/workflows/package_obs.yml
# with:
# obs_repo: meshtasticd
# series: ${{ contains(github.event.release.name, 'Beta') && 'beta' || contains(github.event.release.name, 'Alpha') && 'alpha' }}
# secrets: inherit