Skip to content

Commit

Permalink
cd: fix the step of generate release version
Browse files Browse the repository at this point in the history
  • Loading branch information
brunograna committed Feb 18, 2024
1 parent a1aa68f commit 2b8ff72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ jobs:
- name: Determine commits since last tag
id: commits
run: |
last_tag=$(git describe --abbrev=0)
last_tag=$(git describe --abbrev=0 --tags)
commit_range="${last_tag}..HEAD"
git log --pretty=format:"%h %s" "$commit_range" > commits.txt
Expand Down

0 comments on commit 2b8ff72

Please # to comment.