This commit is contained in:
panticmilos 2022-04-19 14:25:46 +02:00
parent db7606a690
commit 7e4e7ccf0c

View file

@ -167,7 +167,7 @@ jobs:
id: updatedVersion
shell: bash
- name: Compare versions
if: ${{ steps.version.outputs.NODE_VERSION == steps.version.outputs.NODE_VERSION_UPDATED}}
if: ${{ steps.version.outputs.NODE_VERSION == steps.updatedVersion.outputs.NODE_VERSION_UPDATED}}
run: |
echo "${{steps.updatedVersion.outputs.NODE_VERSION_UPDATED}}"
echo "${{steps.version.outputs.NODE_VERSION}}"