diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 5295e77..c188106 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -38,6 +38,8 @@ jobs: - name: Finalize Release id: finalize-release + env: + NPM_TOKEN: ${{ secrets.NPM_TOKEN }} uses: jupyter-server/jupyter_releaser/.github/actions/finalize-release@v2 with: token: ${{ steps.app-token.outputs.token }} diff --git a/package.json b/package.json index b67ef05..f3d29c0 100644 --- a/package.json +++ b/package.json @@ -1,25 +1,25 @@ { - "name": "nbformat-schema", - "version": "5.10.1", - "description": "JSON schemata for Jupyter notebook formats", - "main": "index.js", - "files": [ - "nbformat/v3/nbformat.v3.schema.json", - "nbformat/v4/nbformat.v4.schema.json" - ], - "repository": { - "type": "git", - "url": "git+https://github.com/jupyter/nbformat.git" - }, - "keywords": [ - "jupyter", - "notebook", - "json-schema" - ], - "author": "Project Jupyter Contributors", - "license": "BSD-3-Clause", - "bugs": { - "url": "https://github.com/jupyter/nbformat/issues" - }, - "homepage": "https://nbformat.readthedocs.io" + "name": "nbformat-schema", + "version": "5.10.1", + "description": "JSON schemata for Jupyter notebook formats", + "main": "index.js", + "files": [ + "nbformat/v3/nbformat.v3.schema.json", + "nbformat/v4/nbformat.v4.schema.json" + ], + "repository": { + "type": "git", + "url": "git+https://github.com/jupyter/nbformat.git" + }, + "keywords": [ + "jupyter", + "notebook", + "json-schema" + ], + "author": "Project Jupyter Contributors", + "license": "BSD-3-Clause", + "bugs": { + "url": "https://github.com/jupyter/nbformat/issues" + }, + "homepage": "https://nbformat.readthedocs.io" }