Skip to content

Commit

Permalink
Remove brackets around tag
Browse files Browse the repository at this point in the history
  • Loading branch information
777arc authored Sep 3, 2024
1 parent 32d9bb8 commit 8602de8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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" ;
Expand Down

0 comments on commit 8602de8

Please sign in to comment.