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

This commit is contained in:
Baptiste Augrain 2021-12-18 15:42:43 +01:00 committed by GitHub
parent bbcdc2be11
commit 49eb715333
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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'