diff --git a/.github/workflows/versions.yml b/.github/workflows/versions.yml index a8053e8f..9284ef01 100644 --- a/.github/workflows/versions.yml +++ b/.github/workflows/versions.yml @@ -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}}"