From 7f50c99fcf95771fb4e1e2631bed07b61a8f3946 Mon Sep 17 00:00:00 2001 From: Chris Taylor Date: Mon, 16 Jun 2025 10:15:45 -0500 Subject: [PATCH] Fix leading zeroes --- .github/workflows/release-published.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-published.yml b/.github/workflows/release-published.yml index 2e74ad4..aaf915e 100644 --- a/.github/workflows/release-published.yml +++ b/.github/workflows/release-published.yml @@ -20,5 +20,5 @@ jobs: tg_version: '0.54.11' environment: sandbox region: us-east-2 - env_id: 001 + env_id: '001' secrets: inherit \ No newline at end of file