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 0e6f69a commit cede95dCopy full SHA for cede95d
.github/workflows/build-git-installers.yml
@@ -769,7 +769,7 @@ jobs:
769
shell: bash
770
run: |
771
"${{ matrix.component.command }}" --version | sed 's/git version //' >actual
772
- echo ${{ needs.prereqs.outputs.tag_version }} >expect
+ echo "${{ needs.prereqs.outputs.tag_version }}" | sed 's/-rc/.rc/g' >expect
773
cmp expect actual || exit 1
774
775
- name: Validate universal binary CPU architecture
0 commit comments