Skip to content

Commit 2a64c39

Browse files
committed
fix(package.json): trying to fixe package.json version not being updated issue
1 parent 1068d06 commit 2a64c39

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ jobs:
3737
- name: Release
3838
env:
3939
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40-
run: bun run release
40+
run: npm run release

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,7 @@
77
"start": "node src/hub.js",
88
"commit": "cz",
99
"packGithubBuild": "rm -rf ./microstream-hub.tar.gz && tar -cvzf microstream-hub.tar.gz src CHANGELOG.md README.md LICENSE CONTRIBUTING.md package.json",
10-
"release": "npm run packGithubBuild && semantic-release",
11-
"postrelease": "bun install && npm install"
10+
"release": "npm run packGithubBuild && semantic-release"
1211
},
1312
"repository": {
1413
"type": "git",

0 commit comments

Comments
 (0)