Skip to content

Commit 42bc4fe

Browse files
authoredAug 1, 2024··
ci: fix Version Packages for releases (#353)
1 parent 38218ab commit 42bc4fe

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed
 

‎.changeset/clean-chefs-try.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'zod-validation-error': patch
3+
---
4+
5+
Test Version Packages fix

‎.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,5 +29,5 @@ jobs:
2929
publish: npm run release
3030
commit: 'chore: version packages'
3131
env:
32-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
32+
GITHUB_TOKEN: ${{ secrets.CHANGESET_RELEASE_TOKEN }}
3333
NPM_TOKEN: ${{ secrets.NPM_TOKEN }}

‎package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868
},
6969
"devDependencies": {
7070
"@changesets/changelog-github": "^0.5.0",
71-
"@changesets/cli": "^2.18.1",
71+
"@changesets/cli": "^2.27.7",
7272
"@commitlint/cli": "^18.0.0",
7373
"@commitlint/config-conventional": "^18.0.0",
7474
"@types/jest": "^29.2.4",

0 commit comments

Comments
 (0)
Please sign in to comment.