From e0c70b282cb1e1605cc3abcbd6c7cc981c7271c9 Mon Sep 17 00:00:00 2001 From: Sam Seed Date: Fri, 6 Oct 2023 14:08:50 +0100 Subject: [PATCH] Get timestamp also for prod --- .github/workflows/aws_deploy.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/aws_deploy.yml b/.github/workflows/aws_deploy.yml index 99579557e..e3452768a 100644 --- a/.github/workflows/aws_deploy.yml +++ b/.github/workflows/aws_deploy.yml @@ -80,7 +80,6 @@ jobs: - name: Get timestamp id: timestamp - if: inputs.environment != 'production' run: | echo "::set-output name=timestamp::$(echo "timestamp=$(date +%Y%m%d%H%M%S)")"