attach workspace when publishing

This commit is contained in:
Simon Aronsson 2019-04-04 21:53:59 +02:00
parent d2b2810f52
commit 4d3be50ae3

View file

@ -54,6 +54,8 @@ jobs:
publishing: publishing:
executor: go executor: go
steps: steps:
- attach_workspace:
at: .
- run: - run:
name: Install Goreleaser name: Install Goreleaser
command: | command: |