File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -264,9 +264,11 @@ jobs:
264264 - run :
265265 name : Publish to store
266266 command : |
267- # Snapcraft 7+ reads credentials from SNAPCRAFT_STORE_CREDENTIALS env var automatically.
268- # To refresh: run `snapcraft export-login --snaps=circleci --channels=stable -`
267+ # The cibuilds/snapcraft:stable image is archived and has a pre-7 version of snapcraft.
268+ # Upgrade to snapcraft 7+ which reads SNAPCRAFT_STORE_CREDENTIALS env var automatically.
269+ # To refresh credentials: run `snapcraft export-login --snaps=circleci --channels=stable -`
269270 # and store the output as SNAPCRAFT_STORE_CREDENTIALS in CircleCI project settings.
271+ pip3 install --upgrade snapcraft
270272 snapcraft upload *.snap --release stable
271273
272274 chocolatey-deploy :
You can’t perform that action at this time.
0 commit comments