Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mjt320 authored Feb 8, 2024
1 parent 95fb297 commit b612703
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ jobs:
check_version:
name: Check version
runs-on: ubuntu-latest
outputs:
output: ${{ steps.versioncheck.outputs.local_version_is_higher }}

steps:
- uses: actions/checkout@v3
Expand All @@ -36,7 +38,7 @@ jobs:
steps:
- name: echo version
run: |
echo "Output from previous job: ${{needs.check_version.outputs.local_version_is_higher}}"
echo "Output from previous job: ${{needs.check_version.outputs.output}}"
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit b612703

Please sign in to comment.