Skip to content

Commit

Permalink
Merge branch 'issue-150' of https://github.com/edmondop/chart-release…
Browse files Browse the repository at this point in the history
…r-action into issue-150
  • Loading branch information
edmondop committed Aug 8, 2023
2 parents a9fe469 + d1971c2 commit 757c902
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cr.sh
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,6 @@ install_chart_releaser() {

lookup_latest_tag() {
git fetch --tags >/dev/null 2>&1

if git symbolic-ref --short -q HEAD; then
if ! git describe --tags --abbrev=0 HEAD~ 2>/dev/null; then
git rev-list --max-parents=0 --first-parent HEAD
Expand Down

0 comments on commit 757c902

Please sign in to comment.