Skip to content

Commit

Permalink
ci: replace npm with yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-karan committed Jul 1, 2024
1 parent 0fd3838 commit 0e6bf4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ jobs:
- name: Install dependencies
run: |
cd docs
npm install
yarn install
- name: Build
run: |
cd docs
npm run build
yarn build
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v6
Expand Down

0 comments on commit 0e6bf4b

Please sign in to comment.