Skip to content

Commit 2527c1d

Browse files
committed
Checkout repo in preconditions job
1 parent 0b40f8e commit 2527c1d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release-workflow.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ jobs:
1010
name: Check preconditions
1111
runs-on: ubuntu-20.04
1212
steps:
13+
- name: Checkout
14+
uses: actions/checkout@v3
15+
1316
# Required for Maven
1417
- name: Set up JDK 17
1518
uses: actions/setup-java@v2

0 commit comments

Comments
 (0)