Skip to content

Commit a871883

Browse files
committed
fix typo in workflow
1 parent 76a2d6e commit a871883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: Set up JDK 17
1515
uses: actions/setup-java@v1
1616
with:
17-
java-version: '17
17+
java-version: 17
1818

1919
- name: Build and upload archives to the Maven Central Repository
2020
run: ./gradlew guia:publishAllPublicationsToMavenCentralRepository

0 commit comments

Comments
 (0)