Skip to content

Commit

Permalink
优化更新流程
Browse files Browse the repository at this point in the history
  • Loading branch information
ok-oldking committed Nov 15, 2024
1 parent 245b8e1 commit c7744cb
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ jobs:
token: ${{ secrets.OK_GH }}
fetch-depth: 0

- name: Set up Git
run: |
git config --global user.email "ok-oldking@users.noreply.github.com"
git config --global user.name "ok-oldking"
- name: Get Changes between Tags
id: changes
uses: simbo/changes-between-tags-action@v1
Expand All @@ -55,7 +50,6 @@ jobs:
- name: amend git to add ok-script
run: |
git checkout master
git add -f ok/
git commit --amend --no-edit
Expand Down

0 comments on commit c7744cb

Please sign in to comment.