Skip to content

Commit

Permalink
Merge pull request #17 from WillAbides/releasefix
Browse files Browse the repository at this point in the history
make script/release actually publish
  • Loading branch information
WillAbides authored Nov 18, 2019
2 parents e3382df + 0c6e80b commit 3ffef06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion script/release
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ CDPATH="" cd -- "$(dirname -- "$(dirname -- "$0")")"
corecount="$(getconf _NPROCESSORS_ONLN)"

make -s bin/goreleaser
bin/goreleaser release --rm-dist --parallelism="$corecount" --skip-publish --skip-validate
bin/goreleaser release --rm-dist --parallelism="$corecount"
script/build-bootstrapper
script/upload-release-bootstrap

0 comments on commit 3ffef06

Please sign in to comment.