Skip to content

Commit

Permalink
fix(bug fix): 🐛 fix CI.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
guotingchao committed Apr 14, 2024
1 parent 7d51586 commit 7aef140
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Release
on:
push:
branches:
- release/*
- main
defaults:
run:
shell: bash
Expand Down Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7aef140

Please sign in to comment.