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.
2 parents e75dcb3 + 7749f72 commit a333542Copy full SHA for a333542
.github/workflows/docs.yml
@@ -35,7 +35,7 @@ jobs:
35
36
outputs:
37
commit_type: ${{ steps.docs.outputs.commit_type }}
38
- current_patch: ${{ steps.docs.outputs.current_patch }}
+ current_version: ${{ steps.docs.outputs.current_version }}
39
40
docVersions:
41
needs: build
@@ -49,7 +49,7 @@ jobs:
49
50
- uses: compas-dev/[email protected]
51
with:
52
- current_patch: ${{ needs.build.outputs.current_patch }}
+ current_version: ${{ needs.build.outputs.current_version }}
53
54
- name: Deploy docs
55
if: success()
0 commit comments