소스 검색

feat: publish snap to edge channel

Baptiste Augrain 2 년 전
부모
커밋
b07ec41f16
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      .github/workflows/insider-linux.yml

+ 1 - 2
.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'