Skip to content

Commit

Permalink
add export GO111MODULE=auto
Browse files Browse the repository at this point in the history
  • Loading branch information
sblack4 committed Aug 18, 2020
1 parent cd2d0fc commit 1c52c5f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ on:
pull_request:
push:

env:
GO111MODULE: auto

jobs:
goreleaser:
runs-on: ubuntu-latest
Expand Down Expand Up @@ -34,5 +37,6 @@ jobs:
version: latest
args: release --rm-dist
env:
GO111MODULE: auto
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GPG_FINGERPRINT: ${{ steps.import_gpg.outputs.fingerprint }}

0 comments on commit 1c52c5f

Please sign in to comment.