Skip to content

Commit f690a21

Browse files
committed
Refactor cut-release action
1 parent e7d8b49 commit f690a21

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/presto-release-prepare.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ jobs:
5151
run: |
5252
PRESTO_RELEASE_VERSION=$(mvn org.apache.maven.plugins:maven-help-plugin:3.2.0:evaluate \
5353
-Dexpression=project.version -q -ntp -DforceStdout | tail -n 1)
54-
echo "PRESTO_RELEASE_VERSION=$PRESTO_RELEASE_VERSION"
5554
echo "PRESTO_RELEASE_VERSION=$PRESTO_RELEASE_VERSION" >> $GITHUB_ENV
55+
echo "PRESTO_RELEASE_VERSION=$PRESTO_RELEASE_VERSION"
56+
echo "In case cut release failed, please delete the tag ${{PRESTO_RELEASE_VERSION}} and the branch release-${{PRESTO_RELEASE_VERSION}} manually, then re-run this action."
5657
5758
- name: Update version in master
5859
run: |

0 commit comments

Comments
 (0)