We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 08e0005 commit 7bcf494Copy full SHA for 7bcf494
.github/workflows/release.yml
@@ -215,7 +215,7 @@ jobs:
215
# Sort the list of tags in ascending order
216
sorted_tags=($(printf "%s\n" "${semantic_version_tags[@]}" | sort -V))
217
218
- previous_semantic_version=$sorted_tags[-1]
+ previous_semantic_version=$sorted_tags[-2]
219
220
# Download & Install clog-tool/clog-cli
221
wget https://github.com/clog-tool/clog-cli/releases/download/v0.9.3/clog-v0.9.3-x86_64-unknown-linux-gnu.tar.gz
0 commit comments