Skip to content

Commit 2f5b75e

Browse files
committed
fix(worflow): fix action to deploy chart
1 parent 20b0610 commit 2f5b75e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy_chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
id: get-latest-tag
1717
run: |
1818
git fetch --tags
19-
echo "latest-tag=$(git tag --list --sort='-*authordate' | head -n 1)" >> "$GITHUB_OUTPUT"
19+
echo "latest-tag=$(git tag --list --sort='-*authordate' | tail -n 1)" >> "$GITHUB_OUTPUT"
2020
- name: Install helm chart
2121
uses: azure/setup-helm@v4.3.0
2222
- name: Package helm chart

0 commit comments

Comments
 (0)