Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
yhy0 committed May 17, 2023
1 parent 53a570c commit 8846ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
current_tag=$(git describe --tags --abbrev=0)
# Get previous tag (latest one before the current one)
previous_tag=$(git describe --abbrev=0 --tags ${current_tag}^)
previous_tag=$(git describe --abbrev=0 --tags ${current_tag})
# List commits between the previous and current tag
commit_messages=$(git log --pretty=format:"- %s (%h)" ${previous_tag}..${current_tag})
Expand Down

0 comments on commit 8846ba3

Please sign in to comment.