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 1068d06 commit 2a64c39Copy full SHA for 2a64c39
.github/workflows/publish.yml
@@ -37,4 +37,4 @@ jobs:
37
- name: Release
38
env:
39
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
40
- run: bun run release
+ run: npm run release
package.json
@@ -7,8 +7,7 @@
7
"start": "node src/hub.js",
8
"commit": "cz",
9
"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"
+ "release": "npm run packGithubBuild && semantic-release"
12
},
13
"repository": {
14
"type": "git",
0 commit comments