Skip to content

Commit 53b8948

Browse files
committed
fix release workflow
1 parent 887c478 commit 53b8948

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
registry-url: https://registry.npmjs.org/
4343
- name: Generate documentation
4444
run: |
45-
yarn install .
45+
yarn install
4646
yarn generate-docs
4747
- uses: GoogleCloudPlatform/github-actions/setup-gcloud@master
4848
with:

0 commit comments

Comments
 (0)