Skip to content

Commit 8602de8

Browse files
authored
Remove brackets around tag
1 parent 32d9bb8 commit 8602de8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
case "${GITHUB_REF}" in
4848
*tags*)
4949
echo "tag=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT ;
50-
./scripts/cipublish --acr pccomponents --tag ${{tag}}
50+
./scripts/cipublish --acr pccomponents --tag $tag
5151
;;
5252
*)
5353
echo "Publishing to pccomponentstest as latest" ;

0 commit comments

Comments
 (0)