Skip to content
This repository was archived by the owner on Jul 28, 2023. It is now read-only.

Commit 17bfa6a

Browse files
committed
added distribution (adopt)
1 parent 4cdf5a9 commit 17bfa6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,9 @@ jobs:
1313
- uses: actions/setup-java@v2
1414
with:
1515
java-version: 8
16+
distribution: adopt
1617
- name: Publish package
1718
run: gradle publish
1819
env:
1920
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
21+
GITHUB_ACTOR: ${{ secrets.GITHUB_ACTOR }}

0 commit comments

Comments
 (0)