File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 7676 NEW_SPEC_VERSION=$(echo "$tagFormat" | sed "s/\${version}/$NEXT_VERSION/")
7777 echo "## SPEC VERSION :** ${SPEC_VERSION}" >> "$GITHUB_STEP_SUMMARY"
7878 echo "## NEXT TAG WILL BE :** ${NEW_SPEC_VERSION}" >> "$GITHUB_STEP_SUMMARY"
79- echo "SPEC_VERSION=${SPEC_VERSION }" >> "$GITHUB_OUTPUT"
79+ echo "SPEC_VERSION=${SPEC_VERSION}" >> "$GITHUB_OUTPUT"
8080 echo "SPEC_VERSION=${SPEC_VERSION}" >> "$GITHUB_ENV"
8181 env :
8282 GITHUB_TOKEN : ${{ github.token }}
Original file line number Diff line number Diff line change 7373 # shellcheck disable=SC2001
7474 SPEC_VERSION=$(echo "$tagFormat" | sed "s/\${version}/$NEXT_VERSION/")
7575 echo "## SPEC VERSION :** ${SPEC_VERSION}" >> "$GITHUB_STEP_SUMMARY"
76- echo "SPEC_VERSION=${SPEC_VERSION }" >> "$GITHUB_OUTPUT"
76+ echo "SPEC_VERSION=${SPEC_VERSION}" >> "$GITHUB_OUTPUT"
7777 echo "SPEC_VERSION=${SPEC_VERSION}" >> "$GITHUB_ENV"
7878 env :
7979 GITHUB_TOKEN : ${{ github.token }}
You can’t perform that action at this time.
0 commit comments