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 d69243d commit e798bf1Copy full SHA for e798bf1
.github/workflows/build.yaml
@@ -35,7 +35,7 @@ jobs:
35
fi
36
37
- name: Set version
38
- run: sed -i "s/mod_version=.*/mod_version=${{ github.event.inputs.version }}/g" gradle.properties
+ run: sed -i "s/mod_version.*=.*/mod_version = ${{ github.event.inputs.version }}/g" gradle.properties
39
40
- name: Commit and push gradle.properties
41
uses: stefanzweifel/git-auto-commit-action@v4
0 commit comments