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 37aa4af commit 37f3f2aCopy full SHA for 37f3f2a
.github/workflows/npm-publish.yml
@@ -16,6 +16,7 @@ jobs:
16
- uses: actions/setup-node@v4
17
with:
18
node-version: 20
19
+ - run: corepack enable
20
- run: yarn install --immutable
21
# - run: npm test
22
@@ -30,7 +31,13 @@ jobs:
30
31
32
33
- registry-url: https://registry.npmjs.org/
34
+ registry-url: //registry.npmjs.org/:_authToken=${NPM_TOKEN}
35
+ env:
36
+ NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
37
+ - run: cat .yarnrc.yml
38
+ - run: cat .npmrc
39
+ - run: cat .yarnrc
40
41
42
- run: yarn workspace @jdeniau/immutable-devtools npm publish --provenance
43
env:
0 commit comments