diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9264214..443ad43 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -4,7 +4,7 @@ name: Release on: push: branches: - - release/* + - main defaults: run: shell: bash @@ -36,8 +36,8 @@ jobs: id: changesets uses: changesets/action@v1 with: - version: pnpm pnpm run version - publish: pnpm changeset publish + version: pnpm run release:version + publish: pnpm run release:publish commit: '[ci] release' title: '[ci] release' env: diff --git a/.gitignore b/.gitignore index 45ad4eb..ea3b1ec 100644 --- a/.gitignore +++ b/.gitignore @@ -55,7 +55,7 @@ pids *.pid.lock # Changeset -.changeset/*.md +#.changeset/*.md # Diagnostic reports (https://nodejs.org/api/report.html) report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json