diff --git a/.circleci/config.yml b/.circleci/config.yml index 915bdec8..548ecca3 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -90,7 +90,7 @@ jobs: - setup_remote_docker - run: sudo apt-get update - run: sudo apt-get install rpm - - run: curl -sL https://git.io/goreleaser | VERSION=v0.118.1 bash -s -- --rm-dist --skip-publish --skip-validate --release-notes <(make echo-release-notes) + - run: curl -sL https://git.io/goreleaser | VERSION=v0.118.1 bash -s -- --rm-dist --release-notes <(make echo-release-notes) workflows: