Skip to content

Commit

Permalink
Fix labextension name (jupyterlab-launcher-shortcuts, not jupyter-)
Browse files Browse the repository at this point in the history
  • Loading branch information
consideRatio committed Jul 9, 2024
1 parent 54065d5 commit 0c14326
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,10 +129,10 @@ jobs:
path: jsdist

- run: |
npm publish --dry-run ./jsdist/jupyter_launcher_shortcuts-*.tgz
npm publish --dry-run ./jsdist/jupyterlab-launcher-shortcuts-*.tgz
- run: |
npm publish ./jsdist/jupyter_launcher_shortcuts-*.tgz
npm publish ./jsdist/jupyterlab-launcher-shortcuts-*.tgz
if: startsWith(github.ref, 'refs/tags')
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "jupyter_launcher_shortcuts",
"name": "jupyterlab-launcher-shortcuts",
"version": "4.0.1",
"description": "Provide arbitrary shortcuts for apps in JupyterLab",
"keywords": [
Expand Down

0 comments on commit 0c14326

Please sign in to comment.