File tree Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Expand file tree Collapse file tree 1 file changed +4
-13
lines changed Original file line number Diff line number Diff line change @@ -261,21 +261,12 @@ jobs:
261
261
asset_name : JupyterLab-Setup.snap
262
262
tag : v${{ steps.package-info.outputs.version}}
263
263
overwrite : true
264
-
265
- - name : Publish snap to the latest/edge channel in Snap Store
266
- if : matrix.cfg.platform == 'linux-64' && github.event.pull_request.head.repo.full_name == github.repository && github.actor != 'dependabot[bot] '
264
+
265
+ - name : Publish snap to the latest/candidate channel in Snap Store
266
+ if : matrix.cfg.platform == 'linux-64' && steps.release-exists.outputs.result == 'true '
267
267
uses : snapcore/action-publish@v1
268
268
env :
269
269
SNAPCRAFT_STORE_CREDENTIALS : ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
270
270
with :
271
271
snap : dist/JupyterLab.snap
272
- release : edge
273
-
274
- # - name: Publish snap to the latest/candidate channel in Snap Store
275
- # if: matrix.cfg.platform == 'linux-64' && steps.release-exists.outputs.result == 'true'
276
- # uses: snapcore/action-publish@v1
277
- # env:
278
- # SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
279
- # with:
280
- # snap: dist/JupyterLab.snap
281
- # release: candidate
272
+ release : candidate
You can’t perform that action at this time.
0 commit comments