Skip to content

Commit

Permalink
chore(main): release 补充npm发布逻辑[skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
danni-cool committed Jan 12, 2024
1 parent a69fdce commit 4817bcf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/update-cli-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
push:
branches:
- main

jobs:
update-cli-version:
if: "${{contains(github.event.head_commit.message, 'chore(main): release')}}"
Expand All @@ -26,7 +25,7 @@ jobs:
git config --local user.name "github-actions[bot]"
git add packages/cli/package.json
git commit -m "chore(cli): sync package version to cli"
git push origin $NEW_BRANCH
git push --set-upstream origin $NEW_BRANCH
- name: Create Pull Request
uses: peter-evans/create-pull-request@v4
Expand Down

0 comments on commit 4817bcf

Please sign in to comment.