Skip to content

Commit

Permalink
fix npm registry in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
sekaiking committed Nov 21, 2023
1 parent 486752b commit 8481d21
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
with:
node-version: 16
cache: yarn
registry-url: 'https://registry.npmjs.org'

- name: Install Dependencies
id: install
Expand Down

0 comments on commit 8481d21

Please sign in to comment.