Skip to content

Commit

Permalink
fix: semantic-release (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
admon84 authored Jun 20, 2024
1 parent 7ebc691 commit ff99922
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: 20
registry-url: 'https://registry.npmjs.org'
- name: Install Dependencies
run: npm ci
- name: Build
Expand Down
1 change: 1 addition & 0 deletions .npmrc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
registry=https://registry.npmjs.org/

0 comments on commit ff99922

Please sign in to comment.