Skip to content

Commit

Permalink
fix releasse.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chizuki committed Jul 22, 2022
1 parent c6370b8 commit a7fa0e7
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

- name: Set up pnpm
uses: pnpm/[email protected]
with:
with:
version: 7.5.2

- run: npx changelogithub
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@fourze/monorepo",
"private": true,
"version": "0.3.5",
"version": "0.3.6",
"description": "a mock framework",
"files": [
"dist/*"
Expand All @@ -19,7 +19,7 @@
"play:build": "vite build ./playgrounds/web --mode mock",
"play:server": "pnpm build && pnpm -r --filter playgrounds-server dev",
"test": "echo \"Error: no test specified\" && exit 1",
"bump": "bumpp package.json packages/**/package.json --commit --push --tag",
"bump": "bumpp package.json packages/*/package.json ",
"postinstall": "husky install"
},
"author": "chizuki",
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fourze/core",
"version": "0.3.5",
"version": "0.3.6",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fourze/server",
"version": "0.3.5",
"version": "0.3.6",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down
2 changes: 1 addition & 1 deletion packages/vite/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@fourze/vite",
"version": "0.3.5",
"version": "0.3.6",
"description": "",
"main": "dist/index.js",
"module": "dist/index.mjs",
Expand Down

0 comments on commit a7fa0e7

Please sign in to comment.