Skip to content

Commit

Permalink
Update release output matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
socheatsok78 committed Apr 30, 2024
1 parent 4c96647 commit cfbb7b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ fi
# Private variables
X_GITHUB_API_VERSION="2022-11-28"
X_GITHUB_RELEASE_API_URL="/repos/${INPUT_REPOSITORY}/releases"
X_JQ_RELEASE_QUERY="{tag_name, target_commitish, draft, prerelease, created_at, published_at, author: .author.login}"
X_JQ_RELEASE_QUERY="{tag_name, target_commitish, author: .author.login, created_at, published_at}"

if [[ "$INPUT_RELEASE" == "latest" ]]; then
X_GITHUB_RELEASE_API_URL="${X_GITHUB_RELEASE_API_URL}/latest"
Expand Down

0 comments on commit cfbb7b4

Please sign in to comment.