Skip to content

Commit

Permalink
Merge pull request #79 from Commencis/bugfix/changeset-publish
Browse files Browse the repository at this point in the history
fix: chageset publish step
  • Loading branch information
ymehmetcan authored Oct 11, 2024
2 parents d5e56e6 + dc5818a commit edb3b99
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 edb3b99

Please sign in to comment.