diff --git a/.github/workflows/snap-candidate.yml b/.github/workflows/snap-candidate.yml new file mode 100644 index 000000000..2b576cb9d --- /dev/null +++ b/.github/workflows/snap-candidate.yml @@ -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 +