File tree Expand file tree Collapse file tree 5 files changed +28
-61
lines changed
Expand file tree Collapse file tree 5 files changed +28
-61
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Prepare Release PR
2+
3+ on :
4+ repository_dispatch :
5+ types : [prepare-release]
6+ workflow_dispatch :
7+
8+ jobs :
9+ call-release-pr :
10+ uses : FossifyOrg/.github/.github/workflows/prepare-release-pr.yml@main
11+ secrets : inherit
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1+ name : Release
2+
3+ on :
4+ push :
5+ branches : [ main ]
6+ paths :
7+ - " .fossify/release-marker.txt"
8+
9+ jobs :
10+ call-release-workflow :
11+ name : Release
12+ uses : FossifyOrg/.github/.github/workflows/release.yml@main
13+ with :
14+ track : ${{ vars.GPLAY_TRACK || 'beta' }}
15+ rollout : ${{ vars.GPLAY_ROLLOUT || '0.05' }}
16+ validate_only : ${{ vars.GPLAY_DRY_RUN == 'true' }}
17+ secrets : inherit
You can’t perform that action at this time.
0 commit comments