Skip to content

Commit

Permalink
disable snap candidate publishing for now
Browse files Browse the repository at this point in the history
  • Loading branch information
mbektas committed Mar 22, 2024
1 parent eadf73b commit 5140910
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -270,11 +270,11 @@ jobs:
snap: dist/JupyterLab.snap
release: edge

- name: Publish snap to the latest/candidate channel in Snap Store
if: matrix.cfg.platform == 'linux-64' && steps.release-exists.outputs.result == 'true'
uses: snapcore/action-publish@v1
env:
SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
with:
snap: dist/JupyterLab.snap
release: candidate
# - name: Publish snap to the latest/candidate channel in Snap Store
# if: matrix.cfg.platform == 'linux-64' && steps.release-exists.outputs.result == 'true'
# uses: snapcore/action-publish@v1
# env:
# SNAPCRAFT_STORE_CREDENTIALS: ${{ secrets.SNAPCRAFT_STORE_CREDENTIALS }}
# with:
# snap: dist/JupyterLab.snap
# release: candidate

0 comments on commit 5140910

Please sign in to comment.