Skip to content

Commit

Permalink
ci(js): fix There is no .changeset directory in this project by add c…
Browse files Browse the repository at this point in the history
…wd command (#84)
  • Loading branch information
fospring authored Apr 15, 2024
1 parent e07bbf0 commit 4ca9c1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ jobs:
uses: changesets/action@v1
with:
publish: npm run release
cwd: "./npm"
commit: "chore(release): publish packages"
title: "Publish packages"
createGithubReleases: true
Expand Down

0 comments on commit 4ca9c1f

Please sign in to comment.