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 66db208 commit 607b5e7Copy full SHA for 607b5e7
.github/workflows/publish.yml
@@ -18,12 +18,7 @@ jobs:
18
- uses: actions/setup-node@v4
19
with:
20
node-version: '24'
21
- registry-url: 'https://registry.npmjs.org'
22
- run: npm --version
23
- run: npm ci
24
- run: npm run build --if-present
25
- - name: Configure npm authentication
26
- run: |
27
- echo "//registry.npmjs.org/:_authToken=${{ secrets.NPM_TOKEN }}" > ~/.npmrc
28
- echo "//registry.npmjs.org/:always-auth=true" >> ~/.npmrc
29
- - run: npm publish --access public --provenance
+ - run: npm publish --access public
0 commit comments