Compare commits

..

1 commit
v2 ... main

Author SHA1 Message Date
9df19435e9 „action.yml“ ändern
Some checks failed
Test / JReleaser ${{ matrix.tag }}, Java ${{ matrix.java }}, ${{ matrix.os }} (11, ubuntu-latest, early-access) (push) Failing after 5s
Test / JReleaser ${{ matrix.tag }}, Java ${{ matrix.java }}, ${{ matrix.os }} (11, macos-latest, early-access) (push) Has been cancelled
Test / JReleaser ${{ matrix.tag }}, Java ${{ matrix.java }}, ${{ matrix.os }} (11, windows-latest, early-access) (push) Has been cancelled
2023-05-28 09:18:59 +00:00
2 changed files with 1 additions and 2 deletions

1
.github/FUNDING.yml vendored
View file

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

View file

@ -36,7 +36,7 @@ runs:
using: 'composite'
steps:
- name: 'Setup Java'
uses: actions/setup-java@v3
uses: https://github.com/actions/setup-java@v3
if: ${{ inputs.setup-java == 'true' }}
with:
java-version: 17