Skip to content

Commit

Permalink
chore: fix target_version inputs (argoproj#12928)
Browse files Browse the repository at this point in the history
* chore: fix target_version inputs

Signed-off-by: Justin Marquis <[email protected]>

* Retrigger CI pipeline

Signed-off-by: Justin Marquis <[email protected]>

---------

Signed-off-by: Justin Marquis <[email protected]>
Co-authored-by: pasha-codefresh <[email protected]>
  • Loading branch information
34fathombelow and pasha-codefresh authored Mar 20, 2023
1 parent cf870f8 commit 90a7556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/init-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
set -xue
# Target version must not contain 'v' prefix
if echo "${{ inputs.TARGET_VERSION }}" | grep -e '^v'; then
echo "::error::Target version '${{ TARGET_VERSION }}' should not begin with a 'v' prefix, refusing to continue." >&2
echo "::error::Target version '${{ inputs.TARGET_VERSION }}' should not begin with a 'v' prefix, refusing to continue." >&2
exit 1
fi
Expand Down

0 comments on commit 90a7556

Please sign in to comment.