Skip to content

Commit d1afb13

Browse files
committed
Fix snap upload
1 parent a854f8c commit d1afb13

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,9 @@ jobs:
8080

8181
- name: Upload snap
8282
uses: snapcore/action-publish@v1
83+
env:
84+
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
8385
with:
84-
store_login: ${{ secrets.STORE_LOGIN }}
8586
snap: ${{ steps.snapcraft.outputs.snap }}
8687
release: stable
8788
repo_token: ${{ secrets.SECRET_TOKEN }}

0 commit comments

Comments
 (0)