From b1687ed2ef99c4ebe446d1a11e1dc35a2b0bad6e Mon Sep 17 00:00:00 2001 From: Rahul Jain Date: Fri, 28 Oct 2022 08:54:18 +0530 Subject: [PATCH] Update process_release.yml first the code needs to be checked out before looking for go.mod file --- .github/workflows/process_release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/process_release.yml b/.github/workflows/process_release.yml index 1a9e7eb5..35aa41e5 100644 --- a/.github/workflows/process_release.yml +++ b/.github/workflows/process_release.yml @@ -8,11 +8,11 @@ jobs: upload-release-assets: runs-on: ubuntu-latest steps: + - uses: actions/checkout@v3 - name: Set up Go using version from go.mod uses: actions/setup-go@v3 with: go-version-file: 'go.mod' - - uses: actions/checkout@v3 - name: Build assets env: TAG: ${{ github.ref }}