From 503bd892a2399cc59643f43ce67acfafb3135735 Mon Sep 17 00:00:00 2001 From: Mark Olliver Date: Thu, 20 Apr 2023 12:00:13 +0100 Subject: [PATCH] add release path --- .github/workflows/release.yml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bf00fca..4b0a3ed 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -10,12 +10,6 @@ on: jobs: build: - env: - GOPATH: ${{ github.workspace }} - GO111MODULE: on - defaults: - run: - working-directory: ${{ env.GOPATH }}/src/github.com/${{ github.repository }} runs-on: ubuntu-latest strategy: @@ -26,8 +20,6 @@ jobs: steps: - uses: actions/checkout@v3 - with: - path: ${{ env.GOPATH }}/src/github.com/${{ github.repository }} - uses: wangyoucao577/go-release-action@v1 with: @@ -37,4 +29,3 @@ jobs: goversion: "1.20" pre_command: go mod tidy extra_files: LICENSE README.md - project_path: ${{ env.GOPATH }}/src/github.com/${{ github.repository }}