From 3462fd8c2a4cdd21856101e89692ffe6dadff722 Mon Sep 17 00:00:00 2001 From: Matheus Cristian Date: Fri, 4 Oct 2024 11:48:52 -0300 Subject: [PATCH] feat(workflow): test --- .github/workflows/staging-create-tag.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/staging-create-tag.yaml b/.github/workflows/staging-create-tag.yaml index 1bf0409..26fffd6 100644 --- a/.github/workflows/staging-create-tag.yaml +++ b/.github/workflows/staging-create-tag.yaml @@ -34,7 +34,7 @@ jobs: latest_tag=${{ steps.get_latest_tag.outputs.latest_tag }} if [ -z "$latest_tag" ]; then - echo "No matching tags found." + echo "No matching tags found. test" exit 1 fi