Skip to content

Commit aaaa59f

Browse files
noahwcCopilot
andcommitted
Use cwd for changesets
Co-authored-by: Copilot <copilot@github.com>
1 parent a57842f commit aaaa59f

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/mint-components-release.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,10 +34,11 @@ jobs:
3434

3535
- name: Create release pull request or publish to npm
3636
id: changesets
37-
uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # 6a0a8 = v1.7.0
37+
uses: changesets/action@001cd79f0a536e733315164543a727bdf2d70aff # 001cd = v1.5.1
3838
with:
39-
version: cd packages/mint-components && npm run version
40-
publish: cd packages/mint-components && npm run release
39+
cwd: packages/mint-components
40+
version: npm run version
41+
publish: npm run release
4142
title: "mint-components - Version Packages"
4243
env:
4344
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)