Skip to content

Commit

Permalink
build: Adjust release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
hqwuzhaoyi committed Aug 22, 2023
1 parent 594f937 commit 3eb5137
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- master
- changeset
- changeset2

concurrency: ${{ github.workflow }}-${{ github.ref }}

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"changeset": "changeset",
"changeset-publish": "changeset publish",
"changeset-tag": "changeset tag",
"ci:publish": "pnpm changeset tag",
"ci:publish": "pnpm build-package && git status && pnpm publish -r --no-git-checks && pnpm changeset tag",
"ci:version": "pnpm changelog && pnpx changeset version && pnpm install --no-frozen-lockfile && git add .",
"clean": "turbo run clean",
"deploy:dev": "./check-pm2.sh npm run build && pm2 startOrRestart ecosystem.config.js --env development",
Expand Down

0 comments on commit 3eb5137

Please sign in to comment.