File tree Expand file tree Collapse file tree 1 file changed +6
-4
lines changed
Expand file tree Collapse file tree 1 file changed +6
-4
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - main
7+ paths-ignore :
8+ - ' .github/**'
79 schedule :
810 - cron : ' 0 10 * * *' # Once per day at 10am UTC
911 workflow_dispatch :
@@ -50,10 +52,10 @@ jobs:
5052 run : |
5153 ./gradlew publishArtifact -PartifactoryUsername="$ARTIFACTORY_USERNAME" -PartifactoryPassword="$ARTIFACTORY_PASSWORD" -PossrhUsername="$OSSRH_TOKEN_USERNAME" -PossrhPassword="$OSSRH_TOKEN_PASSWORD" --stacktrace
5254 - id : extract_version
53- name : Extract current version
54- run : |
55- version=$(cat gradle.properties | grep "version=" | awk -F'=' '{print $2}')
56- echo "::set-output name=project_version::$version"
55+ name : Extract current version
56+ run : |
57+ version=$(cat gradle.properties | grep "version=" | awk -F'=' '{print $2}')
58+ echo "::set-output name=project_version::$version"
5759 perform_release :
5860 name : Perform release
5961 needs : [build_and_deploy]
You can’t perform that action at this time.
0 commit comments