From f98881a894badcf44c4b57292f6d1b10547234f5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 04:15:44 +0000 Subject: [PATCH] chore(deps): bump snapcore/action-publish from 1.1.1 to 1.2.0 Bumps [snapcore/action-publish](https://github.com/snapcore/action-publish) from 1.1.1 to 1.2.0. - [Release notes](https://github.com/snapcore/action-publish/releases) - [Commits](https://github.com/snapcore/action-publish/compare/0a8d537ae06f4a292e8b4ef1084cd5631b3c6871...214b86e5ca036ead1668c79afb81e550e6c54d40) --- updated-dependencies: - dependency-name: snapcore/action-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/snapcraft.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/snapcraft.yml b/.github/workflows/snapcraft.yml index 544623f83..30afd214e 100644 --- a/.github/workflows/snapcraft.yml +++ b/.github/workflows/snapcraft.yml @@ -24,7 +24,7 @@ jobs: file: ipfs-desktop-${{ env.SNAP_RELEASE_NAME }}-linux-amd64.snap token: ${{ secrets.GITHUB_TOKEN }} - name: Publish to Snapcraft - uses: snapcore/action-publish@0a8d537ae06f4a292e8b4ef1084cd5631b3c6871 # 1.1.1 + uses: snapcore/action-publish@214b86e5ca036ead1668c79afb81e550e6c54d40 # 1.2.0 with: store_login: ${{ secrets.SNAP_STORE_LOGIN }} snap: ipfs-desktop-${{ env.SNAP_RELEASE_NAME }}-linux-amd64.snap