Explorar el Código

fix(snap): publish snap as stable (#958)

Baptiste Augrain hace 3 años
padre
commit
49eb715333
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      .github/workflows/linux.yml

+ 1 - 1
.github/workflows/linux.yml

@@ -139,5 +139,5 @@ jobs:
         with:
           store_login: ${{ secrets.SNAP_STORE_LOGIN }}
           snap: ${{ steps.build.outputs.snap }}
-          release: beta
+          release: stable
         if: env.SHOULD_DEPLOY == 'yes'