Skip to content

Commit c5605be

Browse files
committed
Managed by Terraform: Update notify-integration-release-via-tag github workflow
1 parent f4a05d0 commit c5605be

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

0 commit comments

Comments
 (0)