Skip to content

Commit

Permalink
Add dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
APErebus authored Nov 12, 2024
1 parent 749ee03 commit c64a737
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test-deprecated-tags.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ on:
jobs:
validate_json:
name: Validate json against schema

runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
Expand All @@ -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 }}

Expand Down

0 comments on commit c64a737

Please sign in to comment.