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 }}