Skip to content

Commit

Permalink
fix(ci): use two most recent tags to generate change logs
Browse files Browse the repository at this point in the history
  • Loading branch information
PoisonPhang committed Nov 8, 2023
1 parent 08e0005 commit 7bcf494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ jobs:
# Sort the list of tags in ascending order
sorted_tags=($(printf "%s\n" "${semantic_version_tags[@]}" | sort -V))
previous_semantic_version=$sorted_tags[-1]
previous_semantic_version=$sorted_tags[-2]
# Download & Install clog-tool/clog-cli
wget https://github.com/clog-tool/clog-cli/releases/download/v0.9.3/clog-v0.9.3-x86_64-unknown-linux-gnu.tar.gz
Expand Down

0 comments on commit 7bcf494

Please sign in to comment.