Skip to content

Commit

Permalink
fix release (#149)
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Suderman authored Jan 11, 2021
1 parent 1ebfc49 commit 7de0a69
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ jobs:
name: Build Docs Site
command: |
set -e
npm run check-links
cd ./docs
npm run check-links
npm install
npm run build
- run:
Expand Down
1 change: 0 additions & 1 deletion .goreleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ builds:
- amd64
- arm
- arm64
- 386
env:
- CGO_ENABLED=0
goos:
Expand Down

0 comments on commit 7de0a69

Please sign in to comment.