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 aa76681 commit 4ead4b1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,12 @@ jobs:
needs:
- check_version
runs-on: ubuntu-latest
#if: needs.check_version.versioncheck.outputs.local_version_is_higher
#if: needs.check_version.outputs.local_version_is_higher

steps:
- name: echo version
run: |
echo "IF CHECK: ${{needs.check_version.versioncheck.outputs.local_version_is_higher}}"
echo "IF CHECK: ${{needs.check_version.outputs.local_version_is_higher}}"
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
Expand Down

0 comments on commit 4ead4b1

Please sign in to comment.