Skip to content

Commit

Permalink
Use npm instead of yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Sep 28, 2021
1 parent 32dcda7 commit 83e02a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
node-version: 16
registry-url: https://registry.npmjs.org/
- name: Install all deps
run: yarn install
run: npm install
- name: Run GoReleaser
uses: goreleaser/goreleaser-action@v2.7.0
with:
Expand Down

0 comments on commit 83e02a5

Please sign in to comment.