Skip to content
This repository was archived by the owner on Jan 19, 2022. It is now read-only.
/ purity Public archive

Commit 3bed4d5

Browse files
authored
Fix typo in maven-publish.yml
1 parent dbee8bd commit 3bed4d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/maven-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717

1818
steps:
1919
- name: Checkout Code
20-
- uses: actions/checkout@v2
20+
uses: actions/checkout@v2
2121

2222
- name: Set up Apache Maven Central
2323
uses: actions/setup-java@v2

0 commit comments

Comments
 (0)