From 8602de8930ad44c51c738562788f4979460e80e1 Mon Sep 17 00:00:00 2001 From: Marc Lichtman Date: Tue, 3 Sep 2024 16:48:39 -0400 Subject: [PATCH] Remove brackets around tag --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ef13bf5..2835955 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -47,7 +47,7 @@ jobs: case "${GITHUB_REF}" in *tags*) echo "tag=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT ; - ./scripts/cipublish --acr pccomponents --tag ${{tag}} + ./scripts/cipublish --acr pccomponents --tag $tag ;; *) echo "Publishing to pccomponentstest as latest" ;