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