fix(snap): publish snap as stable (#958)
This commit is contained in:
parent
bbcdc2be11
commit
49eb715333
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Reference in a new issue