File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 branches :
66 - main
77
8+ permissions :
9+ contents : read # for checkout
10+
811jobs :
912 release :
1013 runs-on : ubuntu-latest
3942 env :
4043 NPM_TOKEN : ${{ secrets.NPM_TOKEN }}
4144 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
42- run : bun run release
45+ run : npm run release
Original file line number Diff line number Diff line change 1717 "build:esm" : " tsc -p tsconfig.esm.json" ,
1818 "prepare" : " npm run build" ,
1919 "packGithubBuild" : " rm -rf ./microstream-client.tar.gz && tar -cvzf microstream-client.tar.gz dist CHANGELOG.md README.md LICENSE CONTRIBUTING.md package.json" ,
20- "release" : " npm run build && npm run packGithubBuild && semantic-release" ,
20+ "release" : " npm run packGithubBuild && semantic-release" ,
2121 "commit" : " cz" ,
2222 "test" : " jest"
2323 },
Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ module.exports = {
2323 changelogFile : "CHANGELOG.md" ,
2424 } ,
2525 ] ,
26+ "@semantic-release/npm" , // Add this for the Client SDK only
2627 [
2728 "@semantic-release/github" ,
2829 {
@@ -43,6 +44,5 @@ module.exports = {
4344 "chore(release): ${nextRelease.version} [skip ci]\n\n${nextRelease.notes}" ,
4445 } ,
4546 ] ,
46- "@semantic-release/npm" , // Add this for the Client SDK only
4747 ] ,
4848} ;
You can’t perform that action at this time.
0 commit comments