Skip to content

Commit

Permalink
chore: fix changeset action command
Browse files Browse the repository at this point in the history
  • Loading branch information
marvinhagemeister committed Mar 20, 2024
1 parent 8dbc8e9 commit 56e116a
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 @@ -33,7 +33,7 @@ jobs:
- name: Create Release PR or Publish
uses: changesets/[email protected]
with:
publish: npm run changeset publish
publish: npx changeset publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

0 comments on commit 56e116a

Please sign in to comment.