Skip to content

Commit a333542

Browse files
authored
Merge pull request #938 from Licini/workflow
fix parameter name
2 parents e75dcb3 + 7749f72 commit a333542

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535

3636
outputs:
3737
commit_type: ${{ steps.docs.outputs.commit_type }}
38-
current_patch: ${{ steps.docs.outputs.current_patch }}
38+
current_version: ${{ steps.docs.outputs.current_version }}
3939

4040
docVersions:
4141
needs: build
@@ -49,7 +49,7 @@ jobs:
4949

5050
- uses: compas-dev/[email protected]
5151
with:
52-
current_patch: ${{ needs.build.outputs.current_patch }}
52+
current_version: ${{ needs.build.outputs.current_version }}
5353

5454
- name: Deploy docs
5555
if: success()

0 commit comments

Comments
 (0)