Skip to content
This repository was archived by the owner on Oct 24, 2020. It is now read-only.

Commit cd721b6

Browse files
committed
Change indents
1 parent 183557f commit cd721b6

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

.github/workflows/maven.yml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -12,20 +12,20 @@ jobs:
1212
runs-on: ubuntu-latest
1313

1414
steps:
15-
- uses: actions/checkout@v2
16-
- name: Set up JDK 11
17-
uses: actions/setup-java@v1
18-
with:
19-
java-version: 11
20-
- name: Grant execute permission for mvnw
21-
run: chmod +x mvnw
22-
- name: Build with Maven
23-
run: ./mvnw -B package --file pom.xml
24-
- name: Release Maven package
25-
uses: samuelmeuli/action-maven-publish@v1
26-
with:
27-
gpg_private_key: ${{ secrets.SIGNING_KEY }}
28-
gpg_passphrase: ${{ secrets.SIGNING_PASSWORD }}
29-
nexus_username: ${{ secrets.OSSRH_USERNAME }}
30-
nexus_password: ${{ secrets.OSSRH_PASSWORD }}
15+
- uses: actions/checkout@v2
16+
- name: Set up JDK 11
17+
uses: actions/setup-java@v1
18+
with:
19+
java-version: 11
20+
- name: Grant execute permission for mvnw
21+
run: chmod +x mvnw
22+
- name: Build with Maven
23+
run: ./mvnw -B package --file pom.xml
24+
- name: Release Maven package
25+
uses: samuelmeuli/action-maven-publish@v1
26+
with:
27+
gpg_private_key: ${{ secrets.SIGNING_KEY }}
28+
gpg_passphrase: ${{ secrets.SIGNING_PASSWORD }}
29+
nexus_username: ${{ secrets.OSSRH_USERNAME }}
30+
nexus_password: ${{ secrets.OSSRH_PASSWORD }}
3131
if: "github.event_name != 'pull_request'"

0 commit comments

Comments
 (0)