Skip to content

Commit

Permalink
chore: fix snapcraft release
Browse files Browse the repository at this point in the history
  • Loading branch information
ldez committed May 28, 2024
1 parent 975c40a commit f038102
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,6 @@ jobs:
- name: Install snapcraft
run: sudo snap install snapcraft --classic

- name: Snapcraft login
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
run: snapcraft login

- name: Set up QEMU
uses: docker/setup-qemu-action@v3

Expand All @@ -75,3 +70,4 @@ jobs:
args: release -p 1 --clean --timeout=90m
env:
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_REPO }}
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}

0 comments on commit f038102

Please sign in to comment.