Skip to content

Commit

Permalink
* 切换到主分支,其他分支都是用来发布
Browse files Browse the repository at this point in the history
  • Loading branch information
jadehh committed Mar 29, 2024
1 parent 4c54a82 commit 113bf26
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,15 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "jade"
checkname=$(git rev-list --max-parents=0 HEAD)
git checkout $checkname -b js ##分支不存在用这个
# git checkout dist ## 分支已存在用这个
cp -r code/18_open_config.json ./
cp -r code/18_tv_config.json ./
cp -r code/open_config.json ./
cp -r code/tv_config.json ./
cp -r js/ ./
cp -r lib ./
git add 18_open_config.json
git add 18_tv_config.json
git add open_config.json
Expand Down

0 comments on commit 113bf26

Please sign in to comment.