Skip to content

Commit 0aad0cf

Browse files
committed
publish to candidate channel at pre-release stage
1 parent f67481c commit 0aad0cf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/publish.yml

+8
Original file line numberDiff line numberDiff line change
@@ -270,3 +270,11 @@ jobs:
270270
snap: dist/JupyterLab.snap
271271
release: edge
272272

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

Comments
 (0)