Skip to content

Commit

Permalink
fix(workflows): missing input on docs job on release
Browse files Browse the repository at this point in the history
  • Loading branch information
jhdcruz committed Jul 30, 2023
1 parent 12dd76c commit a28b77d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ jobs:
${{ steps.module.outputs.module_name }}/build/libs/*
docs:
needs: [publish]
uses: ./.github/workflows/docs.yml
with:
project: ${{ steps.module.outputs.module_name }}
project: ${{ needs.publish.module.outputs.module_name }}
secrets: inherit

0 comments on commit a28b77d

Please sign in to comment.