Skip to content

Commit

Permalink
ci: modify release command
Browse files Browse the repository at this point in the history
  • Loading branch information
JOU-amjs committed Jul 18, 2024
1 parent 07fddd7 commit 355521d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:

jobs:
quality:
# server: ubuntu-latest
runs-on: ubuntu-latest
if: ${{ !contains(github.ref, 'changeset-release') }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
# Note: pnpm install after versioning is necessary to refresh lockfile
setupGitUser: true
version: pnpm run changeset:version
publish: pnpm run build && pnpm run coveralls && pnpm run release
publish: pnpm run release
commit: 'ci: release next'
title: 'ci: release next'
env:
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"changeset:beta": "changeset pre enter beta",
"changeset:pre.exit": "changeset pre exit",
"changeset:version": "changeset version",
"release": "pnpm run build && changeset publish"
"release": "pnpm run build && pnpm run coveralls && changeset publish"
},
"author": "Scott Hu",
"license": "MIT",
Expand Down

0 comments on commit 355521d

Please sign in to comment.