Skip to content

Commit

Permalink
#251: run skills-service backward compat tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-may committed Oct 4, 2024
1 parent c700ecd commit a881f59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/client-libs-backwards-compat1.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
id: generate-matrix
run: |
RESPONSE=$(curl -s -X GET 'https://api.github.com/repos/NationalSecurityAgency/skills-service/releases')
TAG_NAMES=$(echo "$RESPONSE" | jq -c '[.[] | .tag_name | limit(5; .)]')
TAG_NAMES=$(echo "$RESPONSE" | jq -c '[.[] | .tag_name] | .[:5]')
echo "TAG_NAMES=$TAG_NAMES"
echo ::set-output name=versions::${TAG_NAMES}
Expand Down

0 comments on commit a881f59

Please sign in to comment.