Skip to content

Commit

Permalink
add missing registry-url
Browse files Browse the repository at this point in the history
  • Loading branch information
realies committed Jan 3, 2025
1 parent 8cfab19 commit a7ab235
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Publish Package
name: Publish Package to NPM

on:
release:
Expand All @@ -14,6 +14,7 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 'lts/*'
registry-url: 'https://registry.npmjs.org'

- name: Install dependencies
run: yarn install --frozen-lockfile
Expand Down

0 comments on commit a7ab235

Please sign in to comment.