set origin test

avoid  transform
This commit is contained in:
luoliwoshang
2025-09-09 16:08:40 +08:00
parent e63ebb8151
commit a17f1f0bb0
2 changed files with 6 additions and 3 deletions

View File

@@ -206,7 +206,8 @@ jobs:
mod-version: ${{ matrix.go-mod-version }}
release:
needs: [setup, test-artifacts]
needs:
[setup, test-artifacts, populate-darwin-sysroot, populate-linux-sysroot]
runs-on: ubuntu-latest
if: startsWith(github.ref, 'refs/tags/')
steps: