Skip to content

Commit

Permalink
fix: update release configuration (#47)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaspin authored Jul 5, 2022
1 parent 11ec8c7 commit a80120e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ builds:
- 386
- amd64
- arm
- arm64

archives:
- id: non-windows-archive
Expand Down
2 changes: 1 addition & 1 deletion .semaphore/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ blocks:
- name: github-release-bot-artifact
prologue:
commands:
- sem-version go 1.12
- sem-version go 1.16
- "export GOPATH=~/go"
- "export PATH=~/go/bin:$PATH"
- checkout
Expand Down

0 comments on commit a80120e

Please sign in to comment.