From 5db8c7c95817770a388b3a786df6d64b7fef560f Mon Sep 17 00:00:00 2001 From: jdettmannnava <145699825+jdettmannnava@users.noreply.github.com> Date: Tue, 17 Dec 2024 10:21:29 -0500 Subject: [PATCH] force tag --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index fe091c9..dc50e90 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: repo_ref: main secrets: inherit deploy: - if: {{ env.FOO == 'bar' }} + if: ${{ env.FOO == 'bar' }} name: Deploy to Staging needs: tag_repo uses: ./.github/workflows/deploy.yml