Skip to content

Commit

Permalink
chore: trying again with npm exec
Browse files Browse the repository at this point in the history
  • Loading branch information
alfetopito committed Oct 27, 2023
1 parent e557efe commit ac5bb50
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: yarn nx publish ${{ inputs.lib }} --tag ${{ inputs.tag }}
run: npm exec nx --yes -- publish ${{ inputs.lib }} --tag ${{ inputs.tag }}
env:
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit ac5bb50

Please sign in to comment.