Compare commits
1 commit
Author | SHA1 | Date | |
---|---|---|---|
|
0b198089c5 |
2 changed files with 2 additions and 1 deletions
1
.github/FUNDING.yml
vendored
1
.github/FUNDING.yml
vendored
|
@ -1,2 +1,3 @@
|
|||
patreon: aalmiray
|
||||
github: aalmiray
|
||||
open_collective: jreleaser
|
||||
|
|
|
@ -36,7 +36,7 @@ runs:
|
|||
using: 'composite'
|
||||
steps:
|
||||
- name: 'Setup Java'
|
||||
uses: https://github.com/actions/setup-java@v3
|
||||
uses: actions/setup-java@v3
|
||||
if: ${{ inputs.setup-java == 'true' }}
|
||||
with:
|
||||
java-version: 17
|
||||
|
|
Loading…
Reference in a new issue