From 3b5f9f5e6d5c5fa32ae9689072668fe42faf124f Mon Sep 17 00:00:00 2001 From: Edward Park Date: Fri, 9 Feb 2024 13:08:10 -0800 Subject: [PATCH] fix: add chart version timestamp in the patch slot, without hyphen (#300) --- .github/workflows/helm-release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/helm-release.yaml b/.github/workflows/helm-release.yaml index 7a0561f5..0be483a6 100644 --- a/.github/workflows/helm-release.yaml +++ b/.github/workflows/helm-release.yaml @@ -21,7 +21,7 @@ jobs: # Enable pipefail so git command failures do not result in null versions downstream set -x - echo "RELEASE_VERSION=$(date +'%Y.%-m.%-d-%H%M%S')" >> $GITHUB_OUTPUT + echo "RELEASE_VERSION=$(date +'%Y.%-m.%-d%H%M%S')" >> $GITHUB_OUTPUT echo "PREFECT_VERSION=$(\ git ls-remote --tags --refs --sort="v:refname" \ https://github.com/PrefectHQ/prefect.git '*.*.*' | tail -n1 | sed 's/.*\///' \