Skip to content

Commit

Permalink
Merge pull request #1408 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 e8a9b6e + 5f2f6b4 commit c25d93d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,12 @@ jobs:
yarn install --network-timeout 600000
- name: Install Snapcraft
uses: samuelmeuli/action-snapcraft@v1
uses: samuelmeuli/action-snapcraft@v2
# Only install Snapcraft on Ubuntu
if: startsWith(matrix.os, 'ubuntu')
with:
# Log in to Snap Store
snapcraft_token: ${{ secrets.snapcraft_token }}
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_TOKEN }}

# - name: Install AzureSignTool
# # Only install Azure Sign Tool on Windows
Expand Down

0 comments on commit c25d93d

Please sign in to comment.