File tree Expand file tree Collapse file tree 3 files changed +6
-25
lines changed Expand file tree Collapse file tree 3 files changed +6
-25
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 66 - master
77 tags :
88 - " *-[0-9]+.*"
9+ pull_request :
10+ branches :
11+ - master
912
1013jobs :
1114 build :
1417 steps :
1518 - uses : actions/checkout@v2
1619 - name : Set up Java
17- uses : actions/setup-java@v2
20+ uses : actions/setup-java@v3
1821 with :
1922 java-version : ' 11'
2023 distribution : ' zulu'
2831 GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
2932 MAVEN_USER : ${{ secrets.MAVEN_USER }}
3033 MAVEN_PASS : ${{ secrets.MAVEN_PASS }}
34+ OSSRH_USER : ${{ secrets.OSSRH_USER }}
3135 OSSRH_PASS : ${{ secrets.OSSRH_PASS }}
3236 SIGNING_ASC : ${{ secrets.SIGNING_ASC }}
Original file line number Diff line number Diff line change 1- [ ![ ] ( https://github.com/imagej/ImageJ/actions/workflows/build-main .yml/badge.svg )] ( https://github.com/imagej/ImageJ/actions/workflows/build-main .yml )
1+ [ ![ Build Status ] ( https://github.com/imagej/ImageJ/actions/workflows/build.yml/badge.svg )] ( https://github.com/imagej/ImageJ/actions/workflows/build.yml )
22
33# ImageJ
44
You can’t perform that action at this time.
0 commit comments