Skip to content

Commit

Permalink
Get tags from remote. Local copy not complete. (#1075)
Browse files Browse the repository at this point in the history
  • Loading branch information
janorn committed Nov 10, 2022
1 parent a5e21b5 commit 7fbf1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ helm-package: cr helm-chart
$(CR) package ./charts/awx-operator

# List all tags oldest to newest.
TAGS := $(shell git tag -l --sort=creatordate)
TAGS := $(shell git ls-remote --tags --sort=version:refname --refs -q | cut -d/ -f3)

# The actual release happens in ansible/helm-release.yml
# until https://github.com/helm/chart-releaser/issues/122 happens
Expand Down

0 comments on commit 7fbf1c4

Please sign in to comment.