Skip to content

Commit

Permalink
snap store login
Browse files Browse the repository at this point in the history
  • Loading branch information
jackkav committed Jun 26, 2024
1 parent 272c25a commit 0afdd4c
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -167,10 +167,9 @@ jobs:
- name: Upload to snapcraft (beta and stable only)
if: ${{ !contains(github.event.inputs.version, 'alpha') }}
uses: snapcore/action-publish@7fe468c9de12396a9c8964af5d0dfd1d5b493bd7
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_LOGIN_FILE }}
with:
snap: artifacts/ubuntu-latest-artifacts/insomnia/dist/Insomnia.Core-${{ env.RELEASE_VERSION }}.snap
store_login: ${{ secrets.SNAPCRAFT_LOGIN_FILE }}
release: ${{ contains(github.event.inputs.version, 'beta') && 'beta' || 'stable' }}

- name: Upload .deb to pulp and/or cloudsmith (stable only)
Expand Down

0 comments on commit 0afdd4c

Please sign in to comment.