Skip to content

Commit

Permalink
chore: use npx to run nx on ci
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito committed Oct 27, 2023
1 parent 46e7eaa commit c1d00c5
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: nx publish ${{ inputs.lib }} --tag ${{ inputs.tag }}
run: npx nx publish ${{ inputs.lib }} --tag ${{ inputs.tag }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit c1d00c5

Please sign in to comment.