Skip to content

Commit df944b2

Browse files
committed
Run docs + sources + sign every time (indent)
1 parent 2436cf7 commit df944b2

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

.github/workflows/maven-build.yml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@ jobs:
1111

1212
steps:
1313
- uses: actions/checkout@v4
14-
- name: Set up java
15-
uses: actions/setup-java@v4
16-
with:
17-
java-version: '17'
18-
distribution: 'temurin'
19-
cache: 'maven'
20-
server-id: central
21-
server-username: MAVEN_USERNAME # env variable for username in deploy
22-
server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
23-
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
24-
gpg-passphrase: MAVEN_GPG_PASSPHRASE
14+
- name: Set up java
15+
uses: actions/setup-java@v4
16+
with:
17+
java-version: '17'
18+
distribution: 'temurin'
19+
cache: 'maven'
20+
server-id: central
21+
server-username: MAVEN_USERNAME # env variable for username in deploy
22+
server-password: MAVEN_CENTRAL_TOKEN # env variable for token in deploy
23+
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
24+
gpg-passphrase: MAVEN_GPG_PASSPHRASE
2525

26-
- name: Build with Maven
27-
run: mvn -B -Prelease package --no-transfer-progress --file pom.xml
28-
env:
29-
TWIKEY_API_KEY: ${{ secrets.TWIKEY_API_KEY }}
30-
CT: ${{ secrets.CT }}
31-
MNDTNUMBER: ${{ secrets.MNDTNUMBER }}
26+
- name: Build with Maven
27+
run: mvn -B -Prelease package --no-transfer-progress --file pom.xml
28+
env:
29+
TWIKEY_API_KEY: ${{ secrets.TWIKEY_API_KEY }}
30+
CT: ${{ secrets.CT }}
31+
MNDTNUMBER: ${{ secrets.MNDTNUMBER }}

0 commit comments

Comments
 (0)