We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 34eb13c commit fe6027dCopy full SHA for fe6027d
.github/workflows/publish-rc.yaml
@@ -4,7 +4,7 @@ on:
4
workflow_dispatch:
5
inputs:
6
rc_version:
7
- description: 'Release candidate version number (e.g., 1 for -rc1, 2 for -rc2)'
+ description: 'Release candidate version number (e.g., 1 for -rc.1, 2 for -rc.2)'
8
required: true
9
type: string
10
@@ -133,4 +133,4 @@ jobs:
133
echo "📋 Summary:"
134
echo " RC Version: ${{ github.event.inputs.rc_version }}"
135
echo " Tag: next"
136
- echo " Suffix: -rc${{ github.event.inputs.rc_version }}"
+ echo " Suffix: -rc.${{ github.event.inputs.rc_version }}"
0 commit comments