We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32d9bb8 commit 8602de8Copy full SHA for 8602de8
.github/workflows/cicd.yml
@@ -47,7 +47,7 @@ jobs:
47
case "${GITHUB_REF}" in
48
*tags*)
49
echo "tag=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_OUTPUT ;
50
- ./scripts/cipublish --acr pccomponents --tag ${{tag}}
+ ./scripts/cipublish --acr pccomponents --tag $tag
51
;;
52
*)
53
echo "Publishing to pccomponentstest as latest" ;
0 commit comments