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 26af128Copy full SHA for 26af128
.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
@@ -31,7 +32,9 @@ jobs:
31
32
33
34
registry-url: https://registry.npmjs.org/
35
36
- - run: yarn workspace @jdeniau/immutable-devtools npm publish --provenance
37
+ - run: npm publish --provenance
38
+ working-directory: ./packages/devtools
39
env:
40
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments