We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d02a45c commit d6d3e2cCopy full SHA for d6d3e2c
1 file changed
.github/workflows/regenerate-all.yml
@@ -40,7 +40,7 @@ jobs:
40
- name: Install Python packages for Librarian
41
run: |
42
version=$(sed -n 's/^version: *//p' librarian.yaml)
43
- go run "github.com/googleapis/librarian/cmd/librarian@${version}" install
+ go run "github.com/googleapis/librarian/cmd/librarian@v0.13.0" install
44
45
- name: Debug Git State
46
0 commit comments