We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 990acf9 commit f9e2f68Copy full SHA for f9e2f68
1 file changed
.github/workflows/librarian_config_check.yml
@@ -36,6 +36,8 @@ jobs:
36
Update library configuration in the configs according to the error message and
37
regenerate libraries using:
38
39
- V=$(go run github.com/googleapis/librarian/cmd/librarian@latest config get version)
+ V=\$(go run github.com/googleapis/librarian/cmd/librarian@latest config get version)
40
go run github.com/googleapis/librarian/cmd/librarian@\${V} generate --all
41
"
42
+ # Make sure this step fails too, so that it's highlighted in the action logs.
43
+ exit 1
0 commit comments