Fix snap release (#1323)

pull/1326/head
Koen Schmeets 2023-01-08 00:33:15 +01:00 committed by GitHub
parent a71e4bef81
commit 1827d154c8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -130,8 +130,9 @@ jobs:
- name: Upload & Release to Edge
if: github.event_name == 'push'
uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPSTORE_LOGIN }}
with:
store_login: ${{ secrets.SNAPSTORE_LOGIN }}
snap: ${{ steps.build.outputs.snap }}
release: edge
- name: Upload & Release to Beta + Edge