From 6c0b916ad81f9277bc838bbddad63d57101fcb35 Mon Sep 17 00:00:00 2001 From: Maidul Islam Date: Mon, 25 Mar 2024 01:54:53 -0400 Subject: [PATCH] set version to short commit sha --- .github/workflows/build-staging-and-deploy-aws.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-staging-and-deploy-aws.yml b/.github/workflows/build-staging-and-deploy-aws.yml index bc1ab3d71..ca0058a84 100644 --- a/.github/workflows/build-staging-and-deploy-aws.yml +++ b/.github/workflows/build-staging-and-deploy-aws.yml @@ -50,7 +50,7 @@ jobs: platforms: linux/amd64,linux/arm64 build-args: | POSTHOG_API_KEY=${{ secrets.PUBLIC_POSTHOG_API_KEY }} - INFISICAL_PLATFORM_VERSION=${{ steps.extract_version.outputs.version }} + INFISICAL_PLATFORM_VERSION=${{ steps.commit.outputs.short }} gamma-deployment: name: Deploy to gamma