We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0508c88 commit fe2a27cCopy full SHA for fe2a27c
.github/workflows/release.yml
@@ -14,10 +14,7 @@ jobs:
14
with:
15
fetch-depth: 0
16
- name: 'Set up Java'
17
- uses: actions/setup-java@v2
18
- with:
19
- distribution: zulu
20
- java-version: 16
+ uses: oracle-actions/setup-java@v1
21
- name: 'Count modules'
22
id: count-modules
23
run: echo ::set-output name=size::$(wc --lines < com.github.sormuras.modules/com/github/sormuras/modules/modules.properties)
0 commit comments