We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eac52df commit 765d531Copy full SHA for 765d531
.github/workflows/check-release.yml
@@ -16,14 +16,9 @@ jobs:
16
- name: Checkout
17
uses: actions/checkout@v4
18
19
- - name: Configure npm registry for GitHub Packages
20
- run: |
21
- echo "@deepnote:registry=https://npm.pkg.github.com" >> ~/.npmrc
22
- echo "//npm.pkg.github.com/:_authToken=${GITHUB_TOKEN}" >> ~/.npmrc
23
- env:
24
- GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
25
- name: Base Setup
26
uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
+
27
- name: Check Release
28
uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v2
29
with:
.npmrc
@@ -0,0 +1 @@
1
+@deepnote:registry=https://npm.pkg.github.com
0 commit comments