Skip to content

Commit

Permalink
fix: use published release (#673)
Browse files Browse the repository at this point in the history
  • Loading branch information
ologbonowiwi authored Nov 13, 2024
1 parent 6c33a98 commit 7922064
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/generate_changelog_md.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ else
CN_CMD=cn
fi

LAST_RELEASE=$($CN_CMD release list screenpipe --api-key $CN_API_KEY --format json | jq '.[0]')
LAST_RELEASE=$($CN_CMD release list screenpipe --api-key $CN_API_KEY --format json | jq '.[0] | select(.status == "Published")')
COMMIT_DATE_LAST_RELEASE=$(echo $LAST_RELEASE | jq '.createdAt')

# Format date for git (remove quotes if present)
Expand Down

0 comments on commit 7922064

Please sign in to comment.