Skip to content

Commit

Permalink
Merge pull request #1410 from crypto-com/dev
Browse files Browse the repository at this point in the history
Fix: Upgrade Action Snapcraft
  • Loading branch information
crypto-matto authored Jan 18, 2024
2 parents c25d93d + 4af0db0 commit d38978f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,6 @@ jobs:
uses: samuelmeuli/action-snapcraft@v2
# Only install Snapcraft on Ubuntu
if: startsWith(matrix.os, 'ubuntu')
with:
# Log in to Snap Store
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}

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

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

0 comments on commit d38978f

Please sign in to comment.