Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Rajaniraiyn committed Jul 12, 2023
1 parent 39c3520 commit f50c7a7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ jobs:
if [ "$package" != "continuum" ]; then
cd packages/$package
pnpm version patch
git add .
git commit -m "chore: release $package"
git push --follow-tags
pnpm publish --no-git-checks
cd ../..
Expand Down

0 comments on commit f50c7a7

Please sign in to comment.