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 145147f commit 991fed6Copy full SHA for 991fed6
.github/workflows/build_and_publish.yaml
@@ -85,7 +85,7 @@ jobs:
85
86
- name: Set version
87
if: env.UPDATED == 'false' # only change new version if it's not already updated
88
- run: sed -i "s/modVersion.*=.*/modVersion = ${{ github.event.inputs.version }}/g" gradle.properties
+ run: sed -i -E "s/^[[:space:]]*modVersion[[:space:]]*=.*/modVersion = ${{ github.event.inputs.version }}/" buildscript.properties
89
90
- name: Commit and push buildscript.properties
91
if: env.UPDATED == 'false' # only push new version if it's not already updated
0 commit comments