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 f82d9df commit 0681bdfCopy full SHA for 0681bdf
.github/workflows/build.yaml
@@ -33,7 +33,6 @@ jobs:
33
echo "Version ${{ github.event.inputs.version }} already exists, aborting workflow."
34
exit 1
35
fi
36
- env:
37
38
- name: Set version
39
run: sed -i "s/mod_version=.*/mod_version=${{ github.event.inputs.version }}/g" gradle.properties
0 commit comments