From 9e23ecf8d6988c046a5c32490b57da894465562c Mon Sep 17 00:00:00 2001 From: Will Roden Date: Mon, 7 Aug 2023 14:36:15 -0500 Subject: [PATCH] no debug --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"