Skip to content

Commit

Permalink
Fix build matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed May 2, 2024
1 parent 88ec6f8 commit 2804b43
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/matrix.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
uses: actions-matrix/github-release-matrix-action@v1
with:
repository: "hashicorp/vault"
prefix: true
limit: 10
env:
GH_TOKEN: ${{ github.token }}
Expand All @@ -50,7 +51,6 @@ jobs:
jq ".releases" |
jq ".[] | select(.tag_name | contains(\"ent\") | not) | .tag_name" |
jq "split(\".\") | del(.[-1]) | join(\".\")" |
jq "ltrimstr(\"v\")" |
jq -rs ". | unique | sort | tostring" \
> releases.json
echo "matrix={\"releases\": $(cat "releases.json")}" | tee -a "$GITHUB_OUTPUT"
Expand Down

0 comments on commit 2804b43

Please sign in to comment.