1 parent a854f8c commit d1afb13Copy full SHA for d1afb13
1 file changed
.github/workflows/release.yml
@@ -80,8 +80,9 @@ jobs:
80
81
- name: Upload snap
82
uses: snapcore/action-publish@v1
83
+ env:
84
+ SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.STORE_LOGIN }}
85
with:
- store_login: ${{ secrets.STORE_LOGIN }}
86
snap: ${{ steps.snapcraft.outputs.snap }}
87
release: stable
88
repo_token: ${{ secrets.SECRET_TOKEN }}
0 commit comments