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.
1 parent f171378 commit 3efe984Copy full SHA for 3efe984
.github/workflows/snapcraft.yml
@@ -20,7 +20,7 @@ jobs:
20
TAG=${{ github.event.inputs.manual_name || github.event.release.name }}
21
echo "SNAP_RELEASE_NAME=${TAG#v}" >> $GITHUB_ENV
22
- name: Download .snap artifact
23
- uses: dsaltares/fetch-gh-release-asset@a40c8b4a0471f9ab81bdf73a010f74cc51476ad4 # v1.1.1
+ uses: dsaltares/fetch-gh-release-asset@aa2ab1243d6e0d5b405b973c89fa4d06a2d0fff7 # v1.1.2
24
with:
25
repo: ipfs/ipfs-desktop
26
version: tags/v${{ env.SNAP_RELEASE_NAME }}
0 commit comments