Skip to content

Commit 5140910

Browse files
committed
disable snap candidate publishing for now
1 parent eadf73b commit 5140910

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/publish.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -270,11 +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
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)