Compare commits

..

1 commit
main ... v2

Author SHA1 Message Date
Andres Almiray
0b198089c5
Update sponsorship options 2023-05-24 20:16:39 +02:00
2 changed files with 2 additions and 1 deletions

1
.github/FUNDING.yml vendored
View file

@ -1,2 +1,3 @@
patreon: aalmiray
github: aalmiray
open_collective: jreleaser

View file

@ -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