Skip to content

Commit

Permalink
ci: fix error npm
Browse files Browse the repository at this point in the history
  • Loading branch information
haloivanid committed Aug 10, 2023
1 parent a5722bc commit 9d31a93
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,14 @@ jobs:
registry-url: 'https://registry.npmjs.org'
scope: '@haloivanid'

- name: Set up Yarn
uses: borales/actions-yarn@v4

- name: Install dependencies
run: npm ci
run: install

- run: npm i -g semantic-release
- name: Install semantic-release
run: npm i -g semantic-release

- name: Build lib folder
run: ./build.sh
Expand Down

0 comments on commit 9d31a93

Please sign in to comment.