Skip to content

Commit 3d94ba7

Browse files
committed
fix: adding semantic release job back
1 parent fb418dc commit 3d94ba7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/node.js.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
uses: actions/setup-node@v4
7070
with:
7171
node-version: "lts/*"
72-
registry-url: 'https://registry.npmjs.com'
72+
registry-url: 'https://registry.npmjs.org'
7373
- name: Install dependencies
7474
run: npm ci --ignore-scripts
7575
- name: Semantic Release
@@ -78,7 +78,6 @@ jobs:
7878
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7979
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
8080
NPM_CONFIG_PROVENANCE: true
81+
- run: npm ci
8182
- name: Npm Publish
8283
run: npm publish
83-
env:
84-
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 commit comments

Comments
 (0)