Skip to content

Commit

Permalink
Update npm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Hazyzh committed Sep 12, 2024
1 parent eaeb5e1 commit 4ae75ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,12 @@ jobs:
registry-url: https://registry.npmjs.org/
# install yarn
- name: Add yarn
uses: borales/actions-yarn@v2.3.0
uses: borales/actions-yarn@v3.0.0
with:
cmd: install
# build
- name: build
uses: borales/actions-yarn@v2.3.0
uses: borales/actions-yarn@v3.0.0
with:
cmd: build
# npm publish
Expand Down

0 comments on commit 4ae75ff

Please sign in to comment.