Skip to content

Commit ed3bdc3

Browse files
committed
fix: Snapcraft auth
1 parent bfb2738 commit ed3bdc3

File tree

2 files changed

+2
-139
lines changed

2 files changed

+2
-139
lines changed

.github/workflows/release-test.yml

Lines changed: 0 additions & 136 deletions
This file was deleted.

.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)