Skip to content

Commit e38a9a5

Browse files
authored
Remove double backslashes
1 parent 83c33f4 commit e38a9a5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/commitTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Read version from file
3030
id: read_version_from_file
3131
run: |
32-
echo "ver=$(sed -nE 's/^version: \\s*(\\S*)\\s*$/v\\1/p' mod.hjson)" >> $GITHUB_OUTPUT
32+
echo "ver=$(sed -nE 's/^version: \s*(\S*)\s*$/v\1/p' mod.hjson)" >> $GITHUB_OUTPUT
3333
- name: Automatic release (Current version)
3434
uses: "marvinpinto/action-automatic-releases@latest"
3535
with:

0 commit comments

Comments
 (0)