Skip to content

Commit

Permalink
fix(repo): Add missing npx (#2062)
Browse files Browse the repository at this point in the history
  • Loading branch information
tmilewski authored Nov 6, 2023
1 parent f4abacf commit a9ab6ac
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 @@ -53,7 +53,7 @@ jobs:
uses: changesets/action@v1
with:
commit: "chore(repo): Version packages"
publish: changeset publish && git push --follow-tags
publish: npx changeset publish && git push --follow-tags
env:
GITHUB_TOKEN: ${{ secrets.CLERK_COOKIE_PAT }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}
Expand Down

0 comments on commit a9ab6ac

Please sign in to comment.