File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 83
83
- name : Get major-feature from version
84
84
id : get-major-feature
85
85
run : |
86
- echo "MAJOR_FEATURE=$(echo "${{ github.event.inputs.version }} | cut -d '.' -f 1,2)" >> "$GITHUB_ENV"
86
+ echo "MAJOR_FEATURE=\" $(echo "${{ github.event.inputs.version }}" | cut -d '.' -f 1,2)\" " >> "$GITHUB_ENV"
87
87
- name : Verify major-feature
88
88
run : |
89
89
echo "major_feature: $MAJOR_FEATURE"
@@ -138,7 +138,7 @@ jobs:
138
138
github-backup-utils-v${{ github.event.inputs.version }}.tar.gz,
139
139
github-backup-utils_${{ github.event.inputs.version }}_all.deb
140
140
tag : v${{ github.event.inputs.version }}
141
- commit : ${{ steps.get-major-feature.outputs.major-feature }}-stable
141
+ commit : ${{ env.MAJOR_FEATURE }}-stable
142
142
bodyFile : release-notes/${{ github.event.inputs.version }}.md
143
143
draft : ${{ github.event.inputs.draft }}
144
144
allowUpdates : true
You can’t perform that action at this time.
0 commit comments