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:
261261 asset_name : JupyterLab-Setup.snap
262262 tag : v${{ steps.package-info.outputs.version}}
263263 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 '
267267 uses : snapcore/action-publish@v1
268268 env :
269269 SNAPCRAFT_STORE_CREDENTIALS : ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
270270 with :
271271 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