Skip to content

Commit

Permalink
fix: adds outputs context to mike-version output
Browse files Browse the repository at this point in the history
Signed-off-by: Jennifer Power <barnabei.jennifer@gmail.com>
  • Loading branch information
jpower432 committed Dec 3, 2024
1 parent 700aef4 commit 85cf7c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docs-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
needs: [ set-versions ]
outputs:
mver: ${{ steps.versions.mver }}
mver: ${{ steps.versions.outputs.mver }}
steps:
- uses: actions/checkout@v4
- name: Set up Python ${{ needs.set-versions.outputs.max }}
Expand Down

0 comments on commit 85cf7c1

Please sign in to comment.