fix: updating snapcraft.yaml to latest version (#956)

This commit is contained in:
Baptiste Augrain
2021-12-18 05:17:12 +01:00
committed by GitHub
parent e087f00ff1
commit dfd7ebbf85
2 changed files with 12 additions and 15 deletions

View File

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