Skip to content

Commit

Permalink
build: use yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
viceice committed Nov 10, 2021
1 parent f029713 commit 4f3e546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,6 @@ jobs:

- name: semantic-release
if: github.event_name == 'push'
run: npx semantic-release --dry-run ${{env.DRY_RUN}} --ci ${{env.DRY_RUN != 'true'}}
run: yarn semantic-release --dry-run ${{env.DRY_RUN}} --ci ${{env.DRY_RUN != 'true'}}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4f3e546

Please sign in to comment.