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 56c7278 commit f147c4eCopy full SHA for f147c4e
.github/workflows/build-and-release.yml
@@ -83,7 +83,7 @@ jobs:
83
- name: Get major-feature from version
84
id: get-major-feature
85
run: |
86
- echo "MAJOR_FEATURE=\"$(echo "${{ github.event.inputs.version }}" | cut -d '.' -f 1,2)\"" >> "$GITHUB_ENV"
+ echo "MAJOR_FEATURE=$(echo ${{ github.event.inputs.version }} | cut -d '.' -f 1,2)" >> "$GITHUB_ENV"
87
- name: Verify major-feature
88
89
echo "major_feature: $MAJOR_FEATURE"
0 commit comments