From b07ec41f1629d8f7e3d69ee36770bfb8c27abed8 Mon Sep 17 00:00:00 2001 From: Baptiste Augrain Date: Mon, 5 Sep 2022 09:33:52 +0200 Subject: [PATCH] feat: publish snap to edge channel --- .github/workflows/insider-linux.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/insider-linux.yml b/.github/workflows/insider-linux.yml index 789faeb..e5091ac 100644 --- a/.github/workflows/insider-linux.yml +++ b/.github/workflows/insider-linux.yml @@ -113,7 +113,6 @@ jobs: if: env.SHOULD_BUILD == 'yes' && env.SHOULD_DEPLOY == 'yes' snap: - if: ${{ false }} # more testing need to be done after the first release needs: release runs-on: ubuntu-latest env: @@ -157,5 +156,5 @@ jobs: SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_STORE_LOGIN }} with: snap: ${{ steps.build.outputs.snap }} - release: stable + release: edge if: env.SHOULD_DEPLOY == 'yes'