commit spam lets gooooo
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
||||
export OLD_VERSION=`cat build.gradle.kts | grep "version " | awk -F'"' '{print $2}'`
|
||||
export NEW_VERSION=$OLD_VERSION-b${{github.run_number}}
|
||||
sed -i 's/$OLD_VERION/$NEW_VERSION/' build.gradle.kts
|
||||
echo Version number is now $(cat build.gradle.kts | grep "version " | awk -F'"' '{print $2}') ($NEW_VERSION)
|
||||
echo Version number is now $(cat build.gradle.kts | grep "version " | awk -F'"' '{print $2}') - $NEW_VERSION
|
||||
- name: Build with Gradle
|
||||
uses: gradle/gradle-build-action@937999e9cc2425eddc7fd62d1053baf041147db7
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user