We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a57842f commit aaaa59fCopy full SHA for aaaa59f
1 file changed
.github/workflows/mint-components-release.yml
@@ -34,10 +34,11 @@ jobs:
34
35
- name: Create release pull request or publish to npm
36
id: changesets
37
- uses: changesets/action@6a0a831ff30acef54f2c6aa1cbbc1096b066edaf # 6a0a8 = v1.7.0
+ uses: changesets/action@001cd79f0a536e733315164543a727bdf2d70aff # 001cd = v1.5.1
38
with:
39
- version: cd packages/mint-components && npm run version
40
- publish: cd packages/mint-components && npm run release
+ cwd: packages/mint-components
+ version: npm run version
41
+ publish: npm run release
42
title: "mint-components - Version Packages"
43
env:
44
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments