diff --git a/.github/workflows/test-deprecated-tags.yml b/.github/workflows/test-deprecated-tags.yml index 8ac3cb0..965d260 100644 --- a/.github/workflows/test-deprecated-tags.yml +++ b/.github/workflows/test-deprecated-tags.yml @@ -10,6 +10,7 @@ on: jobs: validate_json: name: Validate json against schema + runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 @@ -24,7 +25,7 @@ jobs: get_deprecated_tags: name: Get deprecated version latest tags runs-on: ubuntu-latest - + needs: validate_json outputs: deprecatedVersionLatestTags: ${{ steps.tags.outputs.latestTags }}