We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b2512ff commit 1f288bfCopy full SHA for 1f288bf
.github/workflows/docs.yml
@@ -71,7 +71,7 @@ jobs:
71
72
docVersions:
73
needs: build
74
- if: needs.build.outputs.commit_type == "tag"
+ if: needs.build.outputs.commit_type == 'tag'
75
name: update doc versions
76
runs-on: ubuntu-latest
77
env:
0 commit comments