Skip to content

Commit

Permalink
fix: hugoVersion not passed from top-level workflows (#2038)
Browse files Browse the repository at this point in the history
  • Loading branch information
trisyoungs authored Jan 17, 2025
1 parent 7e01ece commit 526357a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ jobs:
publishType: 'continuous'
displayMajorVersion: ${{ needs.Checkout.outputs.majorVersion }}
displayMinorVersion: ${{ needs.Checkout.outputs.minorVersion }}
hugoVersion: ${{ needs.Checkout.outputs.hugoVersion }}
secrets: inherit

Publish:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/detect_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ jobs:
publishType: 'release'
displayMajorVersion: ${{ needs.Checkout.outputs.majorVersion }}
displayMinorVersion: ${{ needs.Checkout.outputs.minorVersion }}
hugoVersion: ${{ needs.Checkout.outputs.hugoVersion }}
secrets: inherit

Publish:
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/legacy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
publishType: 'legacy'
displayMajorVersion: ${{ needs.Checkout.outputs.majorVersion }}
displayMinorVersion: ${{ needs.Checkout.outputs.minorVersion }}
hugoVersion: ${{ needs.Checkout.outputs.hugoVersion }}
secrets: inherit

Publish:
Expand Down

0 comments on commit 526357a

Please sign in to comment.