Skip to content

Commit 9b12ff9

Browse files
committed
Managed by Terraform: Update notify-integration-release-via-manual github workflow
1 parent c5605be commit 9b12ff9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/notify-integration-release-via-manual.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,14 +21,14 @@ jobs:
2121
# Ensure that Docs are Compiled
2222
- uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
2323
- shell: bash
24-
run: make build-docs
24+
run: make generate
2525
- shell: bash
2626
run: |
2727
if [[ -z "$(git status -s)" ]]; then
2828
echo "OK"
2929
else
3030
echo "Docs have been updated, but the compiled docs have not been committed."
31-
echo "Run 'make build-docs', and commit the result to resolve this error."
31+
echo "Run 'make generate', and commit the result to resolve this error."
3232
exit 1
3333
fi
3434
# Perform the Release

0 commit comments

Comments
 (0)