We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f117fc commit 672a0edCopy full SHA for 672a0ed
.github/workflows/build-docs.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Install Packages
30
run: pnpm install --frozen-lockfile
31
32
- - name: Verify release verion
+ - name: Verify release version
33
if: ${{ github.event_name == 'push' && (github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/heads/release')) }}
34
run: pnpm --filter mermaid run docs:verify-version
35
0 commit comments