From 2c4784b8ee5a2f7dac2b83e48b462774aaa4aa31 Mon Sep 17 00:00:00 2001 From: Wilken Rivera Date: Tue, 10 Oct 2023 14:31:49 -0400 Subject: [PATCH] Managed by Terraform: Update notify-integration-release-via-tag github workflow --- .github/workflows/notify-integration-release-via-tag.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/notify-integration-release-via-tag.yaml b/.github/workflows/notify-integration-release-via-tag.yaml index 6eec453..2c0927d 100644 --- a/.github/workflows/notify-integration-release-via-tag.yaml +++ b/.github/workflows/notify-integration-release-via-tag.yaml @@ -15,14 +15,14 @@ jobs: # Ensure that Docs are Compiled - uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0 - shell: bash - run: make build-docs + run: make generate - shell: bash run: | if [[ -z "$(git status -s)" ]]; then echo "OK" else echo "Docs have been updated, but the compiled docs have not been committed." - echo "Run 'make build-docs', and commit the result to resolve this error." + echo "Run 'make generate', and commit the result to resolve this error." exit 1 fi # Perform the Release