File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/sh
2- curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master /ci-build.sh
2+ curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/main /ci-build.sh
33sh ci-build.sh
Original file line number Diff line number Diff line change 11#! /bin/sh
2- curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/master /ci-setup-github-actions.sh
2+ curl -fsLO https://raw.githubusercontent.com/scijava/scijava-scripts/main /ci-setup-github-actions.sh
33sh ci-setup-github-actions.sh
Original file line number Diff line number Diff line change 88 - " *-[0-9]+.*"
99 pull_request :
1010 branches :
11- - master
11+ - main
1212
1313jobs :
1414 build :
1515 runs-on : ubuntu-latest
1616
1717 steps :
18- - uses : actions/checkout@v2
18+ - uses : actions/checkout@v4
1919 - name : Set up Java
20- uses : actions/setup-java@v3
20+ uses : actions/setup-java@v4
2121 with :
2222 java-version : ' 8'
2323 distribution : ' zulu'
2424 cache : ' maven'
2525 - name : Set up CI environment
2626 run : .github/setup.sh
27+ shell : bash
2728 - name : Execute the build
2829 run : .github/build.sh
30+ shell : bash
2931 env :
3032 GPG_KEY_NAME : ${{ secrets.GPG_KEY_NAME }}
3133 GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
3234 MAVEN_USER : ${{ secrets.MAVEN_USER }}
3335 MAVEN_PASS : ${{ secrets.MAVEN_PASS }}
34- OSSRH_USER : ${{ secrets.OSSRH_USER }}
35- OSSRH_PASS : ${{ secrets.OSSRH_PASS }}
36+ CENTRAL_USER : ${{ secrets.CENTRAL_USER }}
37+ CENTRAL_PASS : ${{ secrets.CENTRAL_PASS }}
3638 SIGNING_ASC : ${{ secrets.SIGNING_ASC }}
Original file line number Diff line number Diff line change 1- [ ![ ] ( https://img.shields.io/maven-central/v/org.scijava/parsington.svg )] ( https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.scijava%22%20AND%20a%3A%22parsington%22 )
2- [ ![ ] ( https://github.com/scijava/parsington/actions/workflows/build-main .yml/badge.svg )] ( https://github.com/scijava/parsington/actions/workflows/build-main .yml )
1+ [ ![ Maven Central ] ( https://img.shields.io/maven-central/v/org.scijava/parsington.svg )] ( https://search.maven.org/#search%7Cgav%7C1%7Cg%3A%22org.scijava%22%20AND%20a%3A%22parsington%22 )
2+ [ ![ Build Status ] ( https://github.com/scijava/parsington/actions/workflows/build.yml/badge.svg )] ( https://github.com/scijava/parsington/actions/workflows/build.yml )
33
44# Parsington
55
You can’t perform that action at this time.
0 commit comments