Skip to content

Commit

Permalink
Fix typo in build-docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sadikkuzu committed Oct 27, 2023
1 parent 5f117fc commit 672a0ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- name: Install Packages
run: pnpm install --frozen-lockfile

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

Expand Down

0 comments on commit 672a0ed

Please sign in to comment.