Skip to content

Commit

Permalink
no echo
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwyles committed Oct 22, 2024
1 parent 47daffa commit 8cdfd81
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,12 @@ publish:
# Publish Package
- |
if [[ -n "$[[ inputs.targetRepo ]]" ]]; then
echo uds run publish-package --set FLAVOR="$[[ inputs.flavor ]]"\
uds run publish-package --set FLAVOR="$[[ inputs.flavor ]]"\
--set VERSION="$(uds zarf tools yq ".flavors[] | select(.name == \"${FLAVOR}\") | .version" releaser.yaml)"\
--set TARGET_REPO="$[[ inputs.targetRepo ]]"\
${OPTIONS}
else
echo uds run publish-package --set FLAVOR="$[[ inputs.flavor ]]"\
uds run publish-package --set FLAVOR="$[[ inputs.flavor ]]"\
--set VERSION="$(uds zarf tools yq ".flavors[] | select(.name == \"${FLAVOR}\") | .version" releaser.yaml)"\
--set TEAM="$[[ inputs.team ]]"\
${OPTIONS}
Expand Down

0 comments on commit 8cdfd81

Please sign in to comment.