Skip to content

Commit 1cde361

Browse files
committed
Fix publish workflow runner setup.
1 parent 62c6fc7 commit 1cde361

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/publish-plugin.yaml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,8 @@ jobs:
2020
with:
2121
submodules: true
2222
token: ${{ secrets.ACCEPTANCE_TESTS_TOKEN }}
23-
- uses: actions/setup-java@v2
24-
with:
25-
distribution: adopt
26-
java-version: 17
23+
- name: Prepare Worker
24+
uses: ./.github/actions/prepare-worker
2725
# TODO Ensure all tests pass
2826
- name: Replace data
2927
uses: gradle/[email protected]

0 commit comments

Comments
 (0)