Skip to content

Commit 9209e29

Browse files
committed
Fix a typo
1 parent 288d03b commit 9209e29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/doc-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ jobs:
9191
set -euo pipefail
9292
9393
# Get github.ref for the output doc folder. By default "main"
94-
# If matches a tag like refs/tags/v1.12.0rc3 or
95-
# refs/tags/v1.12.0 conver to 1.12
94+
# If matches a tag like refs/tags/v1.12.0-rc3 or
95+
# refs/tags/v1.12.0 convert to 1.12
9696
GITHUB_REF=${{ github.ref }}
9797
9898
# Convert refs/tags/v1.12.0rc3 into 1.12.

0 commit comments

Comments
 (0)