Skip to content

Commit

Permalink
Update release.yaml
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Jones <alexsimonjones@gmail.com>
  • Loading branch information
AlexsJones authored Jul 6, 2022
1 parent 1f66da7 commit 1de1162
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ jobs:
-
name: Set up Go
uses: actions/setup-go@v3
with:
go-version: '1.18.1'
- name: Fetch Deps
run: |
export PATH=${PATH}:`go env GOPATH`/bin
Expand All @@ -72,9 +74,7 @@ jobs:
-
name: Run GoReleaser
uses: goreleaser/goreleaser-action@v3
if: startsWith(github.ref, 'refs/tags/')
with:
version: v3.0.0
args: release --rm-dist
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 1de1162

Please sign in to comment.