Skip to content

Commit d40647c

Browse files
ci: updated npm semantic release config (#79)
* ci: fixing npm release job * ci: updated sem-rel npm config
1 parent 54e0013 commit d40647c

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ jobs:
4545
with:
4646
node-version-file: '.nvmrc'
4747
cache: 'npm'
48-
registry-url: 'https://registry.npmjs.org'
4948

5049
- name: Install dependencies
5150
run: yarn install

.npmrc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
registry=https://registry.npmjs.org/

0 commit comments

Comments
 (0)