Skip to content

Commit cede95d

Browse files
committed
fixup! release: add installer validation
1 parent 0e6f69a commit cede95d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-git-installers.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -769,7 +769,7 @@ jobs:
769769
shell: bash
770770
run: |
771771
"${{ matrix.component.command }}" --version | sed 's/git version //' >actual
772-
echo ${{ needs.prereqs.outputs.tag_version }} >expect
772+
echo "${{ needs.prereqs.outputs.tag_version }}" | sed 's/-rc/.rc/g' >expect
773773
cmp expect actual || exit 1
774774
775775
- name: Validate universal binary CPU architecture

0 commit comments

Comments
 (0)