Skip to content

Commit d38978f

Browse files
authored
Merge pull request #1410 from crypto-com/dev
Fix: Upgrade Action Snapcraft
2 parents c25d93d + 4af0db0 commit d38978f

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,9 +37,6 @@ jobs:
3737
uses: samuelmeuli/action-snapcraft@v2
3838
# Only install Snapcraft on Ubuntu
3939
if: startsWith(matrix.os, 'ubuntu')
40-
with:
41-
# Log in to Snap Store
42-
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
4340

4441
# - name: Install AzureSignTool
4542
# # Only install Azure Sign Tool on Windows
@@ -95,6 +92,8 @@ jobs:
9592
# macOS notarization API key
9693
API_KEY_ID: ${{ secrets.mac_api_key_id }}
9794
API_KEY_ISSUER_ID: ${{ secrets.mac_api_key_issuer_id }}
95+
# Login to Snap Store
96+
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
9897

9998
# - name: Build Electron app (Windows)
10099
# if: startsWith(matrix.os, 'windows')

0 commit comments

Comments
 (0)