Skip to content

Commit

Permalink
chore: set registry-url for publish
Browse files Browse the repository at this point in the history
  • Loading branch information
thedadams committed May 9, 2024
1 parent 743cbe9 commit c6d7eef
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: 21
registry-url: 'https://registry.npmjs.org'
- name: Install dependencies
run: npm install -g typescript && npm install
- name: Build
Expand Down

0 comments on commit c6d7eef

Please sign in to comment.