fix: update acl (#953)

This commit is contained in:
Baptiste Augrain
2021-12-18 04:03:23 +01:00
committed by GitHub
parent 851b5f2659
commit 79bc275386
3 changed files with 7 additions and 15 deletions

View File

@@ -128,8 +128,9 @@ jobs:
id: build
if: env.SHOULD_DEPLOY == 'yes'
- name: Release snap
run: ./stores/snapcraft/release.sh
env:
SNAP_STORE_LOGIN: ${{ secrets.SNAP_STORE_LOGIN }}
- uses: snapcore/action-publish@v1
with:
store_login: ${{ secrets.SNAP_STORE_LOGIN }}
snap: ${{ steps.build.outputs.snap }}
release: stable
if: env.SHOULD_DEPLOY == 'yes'