Skip to content
This repository has been archived by the owner on Mar 8, 2022. It is now read-only.

Commit

Permalink
setup go project during release
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkappa committed May 29, 2018
1 parent 7db92d5 commit 5caa835
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,6 @@ builds:
goos:
- darwin
- linux
- windows
goarch:
- amd64
2 changes: 2 additions & 0 deletions wercker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ release:
# current commit.
steps:

- setup-go-workspace

- script:
name: release
code: |
Expand Down

0 comments on commit 5caa835

Please sign in to comment.