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 e8a9b6e + 5f2f6b4 commit c25d93dCopy full SHA for c25d93d
.github/workflows/release.yml
@@ -34,12 +34,12 @@ jobs:
34
yarn install --network-timeout 600000
35
36
- name: Install Snapcraft
37
- uses: samuelmeuli/action-snapcraft@v1
+ 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_token: ${{ secrets.snapcraft_token }}
+ SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}
43
44
# - name: Install AzureSignTool
45
# # Only install Azure Sign Tool on Windows
0 commit comments