Skip to content

Commit

Permalink
fix: chageset publish step
Browse files Browse the repository at this point in the history
  • Loading branch information
ymehmetcan committed Oct 11, 2024
1 parent d5e56e6 commit dc5818a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: changesets/action@v1
with:
version: pnpm run version
publish: npx changesets publish
publish: npx changeset publish
commit: 'ci(release): version packages'
title: 'ci(release): version packages'
env:
Expand Down

0 comments on commit dc5818a

Please sign in to comment.