Skip to content

Commit f147c4e

Browse files
committed
try another fix
1 parent 56c7278 commit f147c4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
- name: Get major-feature from version
8484
id: get-major-feature
8585
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"
8787
- name: Verify major-feature
8888
run: |
8989
echo "major_feature: $MAJOR_FEATURE"

0 commit comments

Comments
 (0)