From 1cafe550227bb644d391351ec3a56e61aa59516c Mon Sep 17 00:00:00 2001 From: Daniel Podwysocki <183509486+danielpodwysocki-gini@users.noreply.github.com> Date: Wed, 16 Oct 2024 15:50:28 +0200 Subject: [PATCH] re-add the skip-validate step with explanation also updates syntax to match our new goreleaser version --- .github/workflows/build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 7271774..0415955 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -31,6 +31,7 @@ jobs: version: 'latest' # --snapshot's goal is to ignore the existing tagging. # We are just veryfying this builds, we don't intend to release in this step. - args: build --clean --snapshot + # validate refers to git tags - we don't need to check semver at this stage yet. + args: build --clean --snapshot --skip validate env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}