Skip to content

Commit

Permalink
Tweak commands executed by changeset action
Browse files Browse the repository at this point in the history
  • Loading branch information
krzkaczor committed Nov 3, 2023
1 parent ee95099 commit f336ef7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/changesets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Create Release Pull Request or Start release (tag)
uses: changesets/action@v1
with:
version: bun version
publish: bun publish
version: bun run version
publish: bun run publish
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit f336ef7

Please sign in to comment.