fix: path ./cmd/gf (#4414)

This commit is contained in:
hailaz
2025-09-03 10:53:50 +08:00
committed by GitHub
parent 5073f25691
commit 3c451bef82

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"