We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 036a9ba commit 46daf5fCopy full SHA for 46daf5f
1 file changed
.github/workflows/publish.yml
@@ -14,9 +14,9 @@ jobs:
14
- uses: actions/setup-node@v4
15
with:
16
node-version: '22'
17
- registry-url: 'https://registry.npmjs.org'
+ - run: npm install -g npm@latest
18
+ - run: npm --version
19
- run: npm ci
20
- run: npm run build --if-present
21
- run: npm test --if-present
- - run: npm config delete //registry.npmjs.org/:_authToken || true
22
- - run: npm publish --access public --provenance
+ - run: npm publish --access public
0 commit comments