We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8bfdad9 + f9da277 commit eb42c19Copy full SHA for eb42c19
.circleci/config.yml
@@ -264,9 +264,10 @@ jobs:
264
- run:
265
name: Publish to store
266
command: |
267
- # See https://circleci.atlassian.net/wiki/spaces/DE/pages/6780420117/Change+the+snapcraft+credentials
268
- # for details on how to update the credentials for the snapcraft store.
269
- snapcraft push *.snap --release stable
+ # Snapcraft 7+ reads credentials from SNAPCRAFT_STORE_CREDENTIALS env var automatically.
+ # To refresh: run `snapcraft export-login --snaps=circleci --channels=stable -`
+ # and store the output as SNAPCRAFT_STORE_CREDENTIALS in CircleCI project settings.
270
+ snapcraft upload *.snap --release stable
271
272
chocolatey-deploy:
273
executor: windows/default
0 commit comments