diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 058d2089824a..6202c1fe2c09 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -91,7 +91,7 @@ jobs: - name: Push update to the ${{ matrix.repository }} working-directory: ${{ github.workspace }}/src/github.com/networkservicemesh/${{ matrix.repository }} run: | - sed -r -i 's/(s\.Version =.*)/s.Version = "${{ steps.short-sha.outputs.sha }}"/g' extensions/base/suite.go + sed -r -i 's/(s\.checkout\.Version =.*)/s.checkout.Version = "${{ steps.short-sha.outputs.sha }}"/g' extensions/base/suite.go echo Starting to update repositotry ${{ matrix.repository }} git config --global user.email "nsmbot@networkservicmesh.io" git config --global user.name "NSMBot"