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 83c33f4 commit e38a9a5Copy full SHA for e38a9a5
1 file changed
.github/workflows/commitTest.yml
@@ -29,7 +29,7 @@ jobs:
29
- name: Read version from file
30
id: read_version_from_file
31
run: |
32
- echo "ver=$(sed -nE 's/^version: \\s*(\\S*)\\s*$/v\\1/p' mod.hjson)" >> $GITHUB_OUTPUT
+ echo "ver=$(sed -nE 's/^version: \s*(\S*)\s*$/v\1/p' mod.hjson)" >> $GITHUB_OUTPUT
33
- name: Automatic release (Current version)
34
uses: "marvinpinto/action-automatic-releases@latest"
35
with:
0 commit comments