File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 107107
108108if [ -z " ${BUMP_LEVEL} " ]; then
109109 echo " PR with labels for bump not found. Do nothing."
110- echo " ::set-output name= skip:: true"
110+ echo " skip= true" >> " $GITHUB_OUTPUT "
111111 exit
112112fi
113113echo " Bump ${BUMP_LEVEL} version"
@@ -143,11 +143,11 @@ if [ -z "${NEXT_VERSION}" ]; then
143143 echo " Cannot find next version."
144144 exit 1
145145fi
146- echo " ::set-output name= current_version:: ${CURRENT_VERSION} "
147- echo " ::set-output name= next_version:: ${NEXT_VERSION} "
146+ echo " current_version= ${CURRENT_VERSION} " >> " $GITHUB_OUTPUT "
147+ echo " next_version= ${NEXT_VERSION} " >> " $GITHUB_OUTPUT "
148148
149149TAG_MESSAGE=" ${NEXT_VERSION} : PR #${PR_NUMBER} - ${PR_TITLE} "
150- echo " ::set-output name= message:: ${TAG_MESSAGE} "
150+ echo " message= ${TAG_MESSAGE} " >> " $GITHUB_OUTPUT "
151151
152152if [ " ${INPUT_DRY_RUN} " = " true" ]; then
153153 echo " DRY_RUN=true. Do not tag next version."
You can’t perform that action at this time.
0 commit comments