Skip to content

Commit

Permalink
fix: use npx
Browse files Browse the repository at this point in the history
  • Loading branch information
thepont committed Jun 29, 2023
1 parent a05f9dc commit c2f9c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
NPM_CONFIG_USERCONFIG: $GITHUB_WORKSPACE/.npmrc
NODE_ENV: "development"
- name: PreRelease
run: release-it --preRelease --ci
run: npx release-it --preRelease --ci
env:
NODE_ENV: "development"
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit c2f9c2e

Please sign in to comment.