We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 20b0610 commit 2f5b75eCopy full SHA for 2f5b75e
1 file changed
.github/workflows/deploy_chart.yaml
@@ -16,7 +16,7 @@ jobs:
16
id: get-latest-tag
17
run: |
18
git fetch --tags
19
- echo "latest-tag=$(git tag --list --sort='-*authordate' | head -n 1)" >> "$GITHUB_OUTPUT"
+ echo "latest-tag=$(git tag --list --sort='-*authordate' | tail -n 1)" >> "$GITHUB_OUTPUT"
20
- name: Install helm chart
21
uses: azure/setup-helm@v4.3.0
22
- name: Package helm chart
0 commit comments