diff --git a/.github/workflows/ghrelease.yaml b/.github/workflows/ghrelease.yaml index 881b41d..3dd862a 100644 --- a/.github/workflows/ghrelease.yaml +++ b/.github/workflows/ghrelease.yaml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: Checkout submodules - uses: git submodule update --init --recursive + run: git submodule update --init --recursive - name: Release with GoReleaser uses: goreleaser/goreleaser-action@v3 diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index dd64356..9c58131 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v3 - name: Checkout submodules - uses: git submodule update --init --recursive + run: git submodule update --init --recursive - name: Test run: go test -race -v ./...