Skip to content

Commit 672a0ed

Browse files
authored
Fix typo in build-docs.yml
1 parent 5f117fc commit 672a0ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-docs.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install Packages
3030
run: pnpm install --frozen-lockfile
3131

32-
- name: Verify release verion
32+
- name: Verify release version
3333
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release')) }}
3434
run: pnpm --filter mermaid run docs:verify-version
3535

0 commit comments

Comments
 (0)