fix(ci): use fully qualified snap channel names for promote

Newer snapcraft requires 'latest/edge' instead of 'edge' when
using --yes with the promote command.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
Matthew Rathbone
2026-03-11 13:49:28 -05:00
parent a257ea1b3c
commit 2126092649

View File

@@ -450,7 +450,7 @@ jobs:
- name: Move release snap from edge to stable
continue-on-error: true
run: |
snapcraft promote beekeeper-studio --from-channel "edge" --to-channel "stable" --yes
snapcraft promote beekeeper-studio --from-channel "latest/edge" --to-channel "latest/stable" --yes
publish_repositories:
needs: [release, create_draft_release, identify_channel]