We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c25d93d + 4af0db0 commit d38978fCopy full SHA for d38978f
.github/workflows/release.yml
@@ -37,9 +37,6 @@ jobs:
37
uses: samuelmeuli/action-snapcraft@v2
38
# Only install Snapcraft on Ubuntu
39
if: startsWith(matrix.os, 'ubuntu')
40
- with:
41
- # Log in to Snap Store
42
- SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
43
44
# - name: Install AzureSignTool
45
# # Only install Azure Sign Tool on Windows
@@ -95,6 +92,8 @@ jobs:
95
92
# macOS notarization API key
96
93
API_KEY_ID: ${{ secrets.mac_api_key_id }}
97
94
API_KEY_ISSUER_ID: ${{ secrets.mac_api_key_issuer_id }}
+ # Login to Snap Store
+ SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
98
99
# - name: Build Electron app (Windows)
100
# if: startsWith(matrix.os, 'windows')
0 commit comments