From 1827d154c82f965c966e36a9847e2b0f9f5a168e Mon Sep 17 00:00:00 2001 From: Koen Schmeets Date: Sun, 8 Jan 2023 00:33:15 +0100 Subject: [PATCH] Fix snap release (#1323) --- .github/workflows/cd.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 85f28aa2..e4e7c21a 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -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