Skip to content

Commit 6732ab9

Browse files
authored
Chore: [AEA-0000] - fix next tag output in ci workflow (#56)
## Summary - Routine Change ### Details - fix next tag output in ci workflow
1 parent a06754c commit 6732ab9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# shellcheck disable=SC2001
7676
NEW_VERSION_TAG=$(echo "$tagFormat" | sed "s/\${version}/$NEXT_VERSION/")
7777
echo "## VERSION TAG : ${VERSION_TAG}" >> "$GITHUB_STEP_SUMMARY"
78-
echo "## NEXT TAG WILL BE :** ${NEW_VERSION_TAG}" >> "$GITHUB_STEP_SUMMARY"
78+
echo "## NEXT TAG WILL BE : ${NEW_VERSION_TAG}" >> "$GITHUB_STEP_SUMMARY"
7979
echo "VERSION_TAG=${VERSION_TAG}" >> "$GITHUB_OUTPUT"
8080
echo "VERSION_TAG=${VERSION_TAG}" >> "$GITHUB_ENV"
8181
env:

0 commit comments

Comments
 (0)