Skip to content

Commit e798bf1

Browse files
committed
fix gha 3
1 parent d69243d commit e798bf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
fi
3636
3737
- name: Set version
38-
run: sed -i "s/mod_version=.*/mod_version=${{ github.event.inputs.version }}/g" gradle.properties
38+
run: sed -i "s/mod_version.*=.*/mod_version = ${{ github.event.inputs.version }}/g" gradle.properties
3939

4040
- name: Commit and push gradle.properties
4141
uses: stefanzweifel/git-auto-commit-action@v4

0 commit comments

Comments
 (0)