Skip to content

Commit d3df33c

Browse files
committed
fix: upgrade snapcraft action
1 parent dc64482 commit d3df33c

File tree

2 files changed

+2
-140
lines changed

2 files changed

+2
-140
lines changed

.github/workflows/release-test.yml

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

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,12 @@ jobs:
3434
yarn install --network-timeout 600000
3535
3636
- name: Install Snapcraft
37-
uses: samuelmeuli/action-snapcraft@v1
37+
uses: samuelmeuli/action-snapcraft@v2
3838
# Only install Snapcraft on Ubuntu
3939
if: startsWith(matrix.os, 'ubuntu')
4040
with:
4141
# Log in to Snap Store
42-
snapcraft_token: ${{ secrets.snapcraft_token }}
42+
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
4343

4444
# - name: Install AzureSignTool
4545
# # Only install Azure Sign Tool on Windows

0 commit comments

Comments
 (0)