Skip to content

Commit c9a1e5d

Browse files
author
Tyler Coles
committed
Fix typo.
1 parent 6031241 commit c9a1e5d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/setup-java@v3
1818
with:
1919
java-version: '8'
20-
distriubtion: 'temurin'
20+
distribution: 'temurin'
2121
cache: maven
2222
- name: Build with Maven
2323
run: mvn --batch-mode package

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/setup-java@v3
1515
with:
1616
java-version: '8'
17-
distriubtion: 'temurin'
17+
distribution: 'temurin'
1818
server-id: ossrh
1919
server-username: MAVEN_USERNAME
2020
server-password: MAVEN_PASSWORD

0 commit comments

Comments
 (0)