Update snap login in workflow

This commit is contained in:
JonnyWong16 2022-08-23 10:48:01 -07:00
commit 70256dd0b9
No known key found for this signature in database
GPG key ID: B1F1F9807184697A

View file

@ -59,8 +59,9 @@ jobs:
- name: Publish Snap Package
uses: snapcore/action-publish@v1
if: startsWith(github.ref, 'refs/tags/') || github.ref == 'refs/heads/nightly'
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAP_LOGIN }}
with:
store_login: ${{ secrets.SNAP_LOGIN }}
snap: ${{ steps.build.outputs.snap }}
release: ${{ steps.prepare.outputs.RELEASE }}