Skip to content

Commit 075fbcf

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
-Dexpression=project.version -q -ntp -DforceStdout | tail -n 1)
5454
echo "PRESTO_RELEASE_VERSION=$PRESTO_RELEASE_VERSION" >> $GITHUB_ENV
5555
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."
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."
5757
5858
- name: Update version in master
5959
run: |

0 commit comments

Comments
 (0)