Skip to content

Commit

Permalink
chore: wip
Browse files Browse the repository at this point in the history
  • Loading branch information
zhzz committed Apr 28, 2023
1 parent 420eb70 commit faba7d0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ jobs:
uses: actions/setup-node@v3
with:
node-version: lts/*
cache: 'yarn'
- name: Install dependencies
run: yarn
- name: Release Beta
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
},
"scripts": {
"commit": "git-cz",
"release": "env-cmd lerna version",
"release": "lerna version",
"release:beta": "yarn release prerelease --preid beta --no-push --no-git-tag-version",
"release:minor": "yarn release minor --no-push --no-git-tag-version",
"prepare": "husky install",
Expand Down

0 comments on commit faba7d0

Please sign in to comment.