Skip to content

Commit

Permalink
add release path
Browse files Browse the repository at this point in the history
  • Loading branch information
pixie79 committed Apr 20, 2023
1 parent ce8a114 commit 503bd89
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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:
Expand All @@ -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 }}

0 comments on commit 503bd89

Please sign in to comment.