Skip to content

Commit f9e2f68

Browse files
committed
wip
1 parent 990acf9 commit f9e2f68

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/librarian_config_check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,8 @@ jobs:
3636
Update library configuration in the configs according to the error message and
3737
regenerate libraries using:
3838
39-
V=$(go run github.com/googleapis/librarian/cmd/librarian@latest config get version)
39+
V=\$(go run github.com/googleapis/librarian/cmd/librarian@latest config get version)
4040
go run github.com/googleapis/librarian/cmd/librarian@\${V} generate --all
4141
"
42+
# Make sure this step fails too, so that it's highlighted in the action logs.
43+
exit 1

0 commit comments

Comments
 (0)