Skip to content

Commit 3d37c9d

Browse files
authored
Fix: [AEA-0000] - fix output in ci build (#5)
## Summary - Routine Change ### Details - fix output in ci build
1 parent 0c5f8d6 commit 3d37c9d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,6 @@ jobs:
102102
# shellcheck disable=SC2001
103103
VERSION_TAG=$(echo "$tagFormat" | sed "s/\${version}/$NEXT_VERSION/")
104104
echo "## VERSION TAG : ${VERSION_TAG}" >> "$GITHUB_STEP_SUMMARY"
105-
echo "## NEXT TAG WILL BE : ${NEW_VERSION_TAG}" >> "$GITHUB_STEP_SUMMARY"
106105
echo "VERSION_TAG=${VERSION_TAG}" >> "$GITHUB_OUTPUT"
107106
echo "VERSION_TAG=${VERSION_TAG}" >> "$GITHUB_ENV"
108107
env:

0 commit comments

Comments
 (0)