We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 975c40a commit f038102Copy full SHA for f038102
.github/workflows/release.yml
@@ -56,11 +56,6 @@ jobs:
56
- name: Install snapcraft
57
run: sudo snap install snapcraft --classic
58
59
- - name: Snapcraft login
60
- env:
61
- SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
62
- run: snapcraft login
63
-
64
- name: Set up QEMU
65
uses: docker/setup-qemu-action@v3
66
@@ -75,3 +70,4 @@ jobs:
75
70
args: release -p 1 --clean --timeout=90m
76
71
env:
77
72
GITHUB_TOKEN: ${{ secrets.GH_TOKEN_REPO }}
73
+ SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
0 commit comments