Skip to content

Commit

Permalink
chore: use yarn instead of npx
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito committed Oct 27, 2023
1 parent c1d00c5 commit e557efe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,6 @@ jobs:
cache: yarn

- name: Publish
run: npx nx publish ${{ inputs.lib }} --tag ${{ inputs.tag }}
run: yarn nx publish ${{ inputs.lib }} --tag ${{ inputs.tag }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit e557efe

Please sign in to comment.