Compare commits

...

1 Commits

Author SHA1 Message Date
3c451bef82 fix: path ./cmd/gf (#4414) 2025-09-03 10:53:50 +08:00

View File

@ -46,7 +46,7 @@ jobs:
- name: update dependencies
run: |
go env -w GOPRIVATE=github.com/gogf/gf
.github/workflows/scripts/update_version.sh ./cmd/gfly ${{ github.ref_name }}
.github/workflows/scripts/update_version.sh ./cmd/gf ${{ github.ref_name }}
- name: Auto Creating Tags For cli tool
run: |
git config --global user.email "tagrobot@goframe.org"