Skip to content

Commit

Permalink
fix(ci): use npx for auto-commit pinst command
Browse files Browse the repository at this point in the history
  • Loading branch information
noticeeverything committed Jul 16, 2021
1 parent 6ee9e6b commit fdf2874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: |
yarn semantic-release
cp dist/package.json .
pinst --enable
npx pinst --enable
# Commit changes to package.json and README.md
- name: Auto Commit
uses: stefanzweifel/git-auto-commit-action@v4
Expand Down

0 comments on commit fdf2874

Please sign in to comment.