We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f67481c commit 0aad0cfCopy full SHA for 0aad0cf
.github/workflows/publish.yml
@@ -270,3 +270,11 @@ jobs:
270
snap: dist/JupyterLab.snap
271
release: edge
272
273
+ - name: Publish snap to the latest/candidate channel in Snap Store
274
+ if: matrix.cfg.platform == 'linux-64' && steps.release-exists.outputs.result == 'true'
275
+ uses: snapcore/action-publish@v1
276
+ env:
277
+ SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
278
+ with:
279
+ snap: dist/JupyterLab.snap
280
+ release: candidate
0 commit comments