Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
CMBill authored Jan 19, 2024
1 parent 33930be commit da8b8d7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/split.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,10 @@ jobs:
git checkout -b latest
git status
git add .
git commit -m "update ${{ steps.down.outputs.tag_name }}" -a
git tag ${{ steps.down.outputs.tag_name }}
git commit -m "update v1.315.1" -a
git tag v1.315.1
# git commit -m "update ${{ steps.down.outputs.tag_name }}" -a
# git tag ${{ steps.down.outputs.tag_name }}
- name: Push changes
uses: ad-m/[email protected]
Expand Down

0 comments on commit da8b8d7

Please sign in to comment.