Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
plars committed Dec 9, 2024
1 parent 7111637 commit d8db684
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cli-promote-snap.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Promote CLI snap
on:
push:
branches:
- testflinger-cli-promote-snap-stable
workflow_dispatch:
inputs:
snap:
Expand Down Expand Up @@ -27,4 +30,4 @@ jobs:
- name: Install Snapcraft
run: sudo snap install snapcraft --classic
- name: Promote testflinger-cli edge to stable
run: snapcraft promote ${{ inputs.snap }} --from-channel ${{ inputs.from-channel }} --to-channel ${{ inputs.to-channel }} --yes
run: snapcraft promote testflinger-cli --from-channel latest/edge --to-channel latest/stable --yes

0 comments on commit d8db684

Please sign in to comment.