From c3a70e9c8b3d4319c46177dc13f6e9aaef4bfbe5 Mon Sep 17 00:00:00 2001 From: Alex Gartner Date: Thu, 14 Nov 2024 14:42:09 -0800 Subject: [PATCH] fix(ci): move skip_checks to step --- .github/workflows/publish-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 924706af29..02977127ff 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -44,11 +44,11 @@ jobs: echo "${{ github.ref }}" check-goreleaser: - if: inputs.skip_checks != true runs-on: ${{ vars.RELEASE_RUNNER }} steps: - uses: actions/checkout@v4 - name: Build release snapshot + if: inputs.skip_checks != true run: | make release-snapshot