From 15a3ef92f4d78498085974cd0100bb32a3c24f44 Mon Sep 17 00:00:00 2001 From: Cam Otts Date: Wed, 28 Jun 2023 12:41:16 -0500 Subject: [PATCH] added ci strictness to release pipeline --- .github/workflows/release.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index bee224a5..a6352002 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: - run: npm run build working-directory: ui env: - CI: "" + CI: "true" - uses: goreleaser/goreleaser-action@v2 with: @@ -79,7 +79,7 @@ jobs: - run: npm run build working-directory: ui env: - CI: "" + CI: "true" - uses: goreleaser/goreleaser-action@v2 with: @@ -121,7 +121,7 @@ jobs: - run: npm run build working-directory: ui env: - CI: "" + CI: "true" - uses: goreleaser/goreleaser-action@v2 with: @@ -170,7 +170,7 @@ jobs: - run: npm run build working-directory: ui env: - CI: "" + CI: "true" - uses: goreleaser/goreleaser-action@v2 with: @@ -214,7 +214,7 @@ jobs: - run: npm run build working-directory: ui env: - CI: "" + CI: "true" - uses: goreleaser/goreleaser-action@v2 with: