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.
TARGET_RELEASE_TITLE
1 parent 2c6821f commit 1ec3911Copy full SHA for 1ec3911
.github/workflows/sync-ai-personas-releases-to-project-repo.yml
@@ -30,7 +30,7 @@ jobs:
30
RELEASE_NOTES=$(echo "$RELEASE_NOTES" | \
31
sed 's|📃|:page_with_curl:|g; s|🚀|:rocket:|g; s|🧠|:brain:|g; s|💻|:computer:|g')
32
33
- TARGET_RELEASE_TITLE="${RELEASE_TITLE} (Python)"
+ TARGET_RELEASE_TITLE=$(echo "$RELEASE_TITLE" | sed -E 's/ (v[0-9]+\.[0-9]+\.[0-9]+)/ (Python) \1/')
34
TARGET_RELEASE_TAG="python-v$(echo "$RELEASE_TAG" | sed -E 's/^ai-personas-([0-9.]+)$/\1/')"
35
echo "Target Title: $TARGET_RELEASE_TITLE"
36
echo "Target Tag: $TARGET_RELEASE_TAG"
0 commit comments