File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -270,11 +270,11 @@ jobs:
270
270
snap : dist/JupyterLab.snap
271
271
release : edge
272
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
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
You can’t perform that action at this time.
0 commit comments