File tree Expand file tree Collapse file tree 1 file changed +10
-2
lines changed
Expand file tree Collapse file tree 1 file changed +10
-2
lines changed Original file line number Diff line number Diff line change 1- name : Update README Version
1+ name : Update Version
22
33on :
44 push :
3131 VERSION="${TAG#v}"
3232 sed -i "s|^version=.*|version=${VERSION}|" gradle.properties
3333
34+ - name : Update version in llms.txt
35+ run : |
36+ sed -i "s|^- 버전: .*|- 버전: ${{ steps.tag.outputs.version }}|" llms.txt
37+
38+ - name : Update version in llms-full.txt
39+ run : |
40+ sed -i "s|^- 버전: .*|- 버전: ${{ steps.tag.outputs.version }}|" llms-full.txt
41+
3442 - name : Check for changes
3543 id : diff
3644 run : |
4149 run : |
4250 git config user.name "github-actions[bot]"
4351 git config user.email "github-actions[bot]@users.noreply.github.com"
44- git add README.md gradle.properties
52+ git add README.md gradle.properties llms.txt llms-full.txt
4553 git commit -m "chore: bump version to ${{ steps.tag.outputs.version }}"
4654 git push
You can’t perform that action at this time.
0 commit comments