releasing

This commit is contained in:
Liam Galvin 2018-11-24 19:12:22 +00:00
parent 795f463365
commit 0d2fe18971
1 changed files with 2 additions and 2 deletions

View File

@ -48,8 +48,8 @@ jobs:
- image: circleci/golang:latest - image: circleci/golang:latest
steps: steps:
- attach_workspace: - attach_workspace:
# Must be absolute path or relative path from working_directory # Must be absolute path or relative path from working_directory
at: ./workspace at: ./workspace
- run: - run:
name: "Publish Release on GitHub" name: "Publish Release on GitHub"
command: | command: |