We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb418dc commit 3d94ba7Copy full SHA for 3d94ba7
.github/workflows/node.js.yml
@@ -69,7 +69,7 @@ jobs:
69
uses: actions/setup-node@v4
70
with:
71
node-version: "lts/*"
72
- registry-url: 'https://registry.npmjs.com'
+ registry-url: 'https://registry.npmjs.org'
73
- name: Install dependencies
74
run: npm ci --ignore-scripts
75
- name: Semantic Release
@@ -78,7 +78,6 @@ jobs:
78
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
79
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
80
NPM_CONFIG_PROVENANCE: true
81
+ - run: npm ci
82
- name: Npm Publish
83
run: npm publish
- env:
84
- NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
0 commit comments