ci: update release workflows (#423)

This commit is contained in:
Naveen Singh 2025-06-06 20:44:25 +05:30 committed by GitHub
parent 7849e2a635
commit 11c793831e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 30 additions and 63 deletions

17
.github/workflows/release.yml vendored Normal file
View file

@ -0,0 +1,17 @@
name: Release
on:
push:
branches: [ main ]
paths:
- ".fossify/release-marker.txt"
jobs:
call-release-workflow:
name: Release
uses: FossifyOrg/.github/.github/workflows/release.yml@main
with:
track: ${{ vars.GPLAY_TRACK || 'beta' }}
rollout: ${{ vars.GPLAY_ROLLOUT || '0.05' }}
validate_only: ${{ vars.GPLAY_DRY_RUN == 'true' }}
secrets: inherit