Skip to content

Commit

Permalink
💚 Fix CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
duchangkim committed Jul 1, 2024
1 parent 0b87736 commit b341448
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .changeset/fluffy-moles-sit.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
"@duchi/eslint-config": patch
"@duchi/prettier-config": patch
---

Publish test
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:

- name: Get Changed Packages
id: get_changed_pacakges
run: echo "CHANGED_PACKAGES=$(pnpm changeset status --since HEAD~1 | grep -o '@[a-zA-Z0-9/\\-]*' | tr '\n' ' ')" >> $GITHUB_ENV
run: echo "CHANGED_PACKAGES=$(pnpm changeset status --since origin/main | grep -o '@[a-zA-Z0-9/\\-]*' | tr '\n' ' ')" >> $GITHUB_ENV

- name: Publish to npm
if: env.CHANGED_PACKAGES
Expand Down

0 comments on commit b341448

Please sign in to comment.