Skip to content

Commit

Permalink
Merge pull request #16 from buildrun-tech/feature/updates-readme
Browse files Browse the repository at this point in the history
cd: fix the step of generate release version
  • Loading branch information
brunograna authored Feb 18, 2024
2 parents ab131cb + 2b8ff72 commit b95ccf3
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 b95ccf3

Please sign in to comment.