diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index ef13bf55..28359559 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" ;