Skip to content
This repository has been archived by the owner on Aug 24, 2024. It is now read-only.

Commit

Permalink
Update upm-publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
uurha authored Aug 24, 2024
1 parent c262d6b commit 021886e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/upm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@ jobs:
for PART in "${PARTS[@]}"; do
RESULT="${RESULT}$(echo "${PART^}")"
done
# Remove "Legacy" from the result
RESULT="${RESULT//Legacy/}"
echo "::set-output name=convertedString::${RESULT}"
prepare:
Expand Down

0 comments on commit 021886e

Please sign in to comment.