Skip to content

Commit fe6027d

Browse files
committed
fix: update rc suffix
1 parent 34eb13c commit fe6027d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-rc.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ on:
44
workflow_dispatch:
55
inputs:
66
rc_version:
7-
description: 'Release candidate version number (e.g., 1 for -rc1, 2 for -rc2)'
7+
description: 'Release candidate version number (e.g., 1 for -rc.1, 2 for -rc.2)'
88
required: true
99
type: string
1010

@@ -133,4 +133,4 @@ jobs:
133133
echo "📋 Summary:"
134134
echo " RC Version: ${{ github.event.inputs.rc_version }}"
135135
echo " Tag: next"
136-
echo " Suffix: -rc${{ github.event.inputs.rc_version }}"
136+
echo " Suffix: -rc.${{ github.event.inputs.rc_version }}"

0 commit comments

Comments
 (0)