Skip to content

Commit 34ca8b9

Browse files
authored
Update ci.yml
Fix formatting
1 parent 5b56a8a commit 34ca8b9

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ on:
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]

0 commit comments

Comments
 (0)