Skip to content

Commit

Permalink
Debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
DaveKeehl committed Apr 7, 2024
1 parent 2661b58 commit 0e236d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: 'WyriHaximus/github-action-get-previous-tag@v1'

- name: Check for new version
if: ${{ env.OLD_VERSION == env.NEW_VERSION }}
if: ${{ steps.package-version.outputs.current-version == steps.latest-version.outputs.tag }}
uses: actions/github-script@v3
with:
script: |
Expand Down

0 comments on commit 0e236d0

Please sign in to comment.