diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1e32f7..0f2d9b3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -104,7 +104,7 @@ jobs: create-release: true release-refs: main pre-tag-hook: | - set -ex + set -e script/check-module-version "$(go list -m)" "$RELEASE_TAG" script/bindown install goreleaser git tag "$RELEASE_TAG"