From 46db2ed72fd59bfa728c42de410dcc8cf2380080 Mon Sep 17 00:00:00 2001 From: Jack Kavanagh Date: Thu, 27 Jun 2024 11:56:51 +0200 Subject: [PATCH] snap store login (#7593) * snap store login * use v1 * fix * Update .github/workflows/release-publish.yml --------- Co-authored-by: Filipe Freire --- .github/workflows/release-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 52f93132bb..b2d9544cac 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -166,9 +166,9 @@ jobs: - name: Upload to snapcraft (beta and stable only) if: ${{ !contains(github.event.inputs.version, 'alpha') }} - uses: snapcore/action-publish@7fe468c9de12396a9c8964af5d0dfd1d5b493bd7 + uses: snapcore/action-publish@v1 env: - SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_LOGIN_FILE }} + SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_LOGIN_FILE_NEW }} with: snap: artifacts/ubuntu-latest-artifacts/insomnia/dist/Insomnia.Core-${{ env.RELEASE_VERSION }}.snap release: ${{ contains(github.event.inputs.version, 'beta') && 'beta' || 'stable' }}