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 b48f8c3 commit 2d5ad00Copy full SHA for 2d5ad00
.github/workflows/npm.yml
@@ -5,7 +5,7 @@ on:
5
types: [created]
6
7
jobs:
8
- test:
+ npm_publish:
9
strategy:
10
matrix:
11
node-version: [22.x]
@@ -18,7 +18,7 @@ jobs:
18
19
steps:
20
- name: Checkout nuid
21
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
22
with:
23
fetch-depth: 1
24
- name: Use Node.js ${{ matrix.node-version }}
@@ -42,5 +42,8 @@ jobs:
42
- run: npm publish --provenance --access public --tag=latest
43
env:
44
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
45
+ - run: npx jsr publish
46
+
47
48
49
0 commit comments