Skip to content

Commit f038102

Browse files
committed
chore: fix snapcraft release
1 parent 975c40a commit f038102

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -56,11 +56,6 @@ jobs:
5656
- name: Install snapcraft
5757
run: sudo snap install snapcraft --classic
5858

59-
- name: Snapcraft login
60-
env:
61-
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
62-
run: snapcraft login
63-
6459
- name: Set up QEMU
6560
uses: docker/setup-qemu-action@v3
6661

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

0 commit comments

Comments
 (0)