mirror of
https://git.proxmox.com/git/fwupd
synced 2025-04-28 16:28:26 +00:00
snap: restore automatic promotion, but to candidate channel
Snap is switched to confined but we have to worry about timing our
next release with the new snapd which can work with it.
When we issue our next release we do want to get a binary saved at least,
so let's promote to the 'candidate' channel come release time.
This effectively reverts commit 57282a5903
.
When the new snapd is out and we're happy enough with the results we
can switch this back to automatic promotion to the stable channel again.
This commit is contained in:
parent
df8a6a7eaf
commit
074b40e6ee
14
.github/workflows/snap-candidate.yml
vendored
Normal file
14
.github/workflows/snap-candidate.yml
vendored
Normal file
@ -0,0 +1,14 @@
|
||||
name: Publish to snap candidate channel
|
||||
|
||||
on:
|
||||
release:
|
||||
types: [published]
|
||||
|
||||
jobs:
|
||||
snap:
|
||||
uses: ./.github/workflows/snap.yml
|
||||
with:
|
||||
deploy: true
|
||||
channel: candidate
|
||||
secrets: inherit
|
||||
|
Loading…
Reference in New Issue
Block a user