Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .github/workflows/checkbox-beta-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,7 @@ jobs:
yes | snapcraft promote checkbox18 --from-channel latest/edge --to-channel latest/beta
yes | snapcraft promote checkbox20 --from-channel latest/edge --to-channel latest/beta
yes | snapcraft promote checkbox22 --from-channel latest/edge --to-channel latest/beta
yes | snapcraft promote checkbox24 --from-channel latest/edge --to-channel latest/beta

checkbox_snap:
needs: should-run
Expand All @@ -120,8 +121,10 @@ jobs:
yes | snapcraft promote checkbox --from-channel uc18/edge --to-channel uc18/beta
yes | snapcraft promote checkbox --from-channel uc20/edge --to-channel uc20/beta
yes | snapcraft promote checkbox --from-channel uc22/edge --to-channel uc22/beta
yes | snapcraft promote checkbox --from-channel uc24/edge --to-channel uc24/beta
yes | snapcraft promote checkbox --from-channel 16.04/edge --to-channel 16.04/beta
yes | snapcraft promote checkbox --from-channel 18.04/edge --to-channel 18.04/beta
yes | snapcraft promote checkbox --from-channel 20.04/edge --to-channel 20.04/beta
yes | snapcraft promote checkbox --from-channel 22.04/edge --to-channel 22.04/beta
yes | snapcraft promote checkbox --from-channel 24.04/edge --to-channel 24.04/beta
yes | snapcraft promote checkbox --from-channel 22.04/edge --to-channel latest/beta
4 changes: 4 additions & 0 deletions .github/workflows/checkbox-stable-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,8 @@ jobs:
snapcraft promote checkbox20 --from-channel latest/beta --to-channel latest/stable --yes
snapcraft promote checkbox22 --from-channel latest/beta --to-channel latest/candidate --yes
snapcraft promote checkbox22 --from-channel latest/beta --to-channel latest/stable --yes
snapcraft promote checkbox24 --from-channel latest/beta --to-channel latest/candidate --yes
snapcraft promote checkbox24 --from-channel latest/beta --to-channel latest/stable --yes

checkbox_snap:
name: Checkbox snap packages
Expand Down Expand Up @@ -122,5 +124,7 @@ jobs:
snapcraft promote checkbox --from-channel 20.04/beta --to-channel 20.04/stable --yes
snapcraft promote checkbox --from-channel 22.04/beta --to-channel 22.04/candidate --yes
snapcraft promote checkbox --from-channel 22.04/beta --to-channel 22.04/stable --yes
snapcraft promote checkbox --from-channel 24.04/beta --to-channel 24.04/candidate --yes
snapcraft promote checkbox --from-channel 24.04/beta --to-channel 24.04/stable --yes
snapcraft promote checkbox --from-channel 22.04/beta --to-channel latest/candidate --yes
snapcraft promote checkbox --from-channel 22.04/beta --to-channel latest/stable --yes