File tree Expand file tree Collapse file tree 3 files changed +1
-7
lines changed
Expand file tree Collapse file tree 3 files changed +1
-7
lines changed Original file line number Diff line number Diff line change @@ -24,15 +24,14 @@ jobs:
2424 GPG_PASSPHRASE : ${{ secrets.GPG_PASSPHRASE }}
2525 SONATYPE_USERNAME : ${{ secrets.SONATYPE_USERNAME }}
2626 SONATYPE_PASSWORD : ${{ secrets.SONATYPE_PASSWORD }}
27- COVERALLS_TOKEN : ${{ secrets.COVERALLS_TOKEN }}
2827 run : |
2928 if echo "${TAG}" | egrep '^[0-9]+\.[0-9]+\.[0-9]+(-[0-9]+)?$'
3029 then
3130 # the tag looks like a version number: proceed with release
3231 echo ${GPG_SECRET_KEY} | base64 --decode | gpg --import --no-tty --batch --yes
3332 echo ${GPG_OWNERTRUST} | base64 --decode | gpg --import-ownertrust --no-tty --batch --yes
3433 mvn -ntp versions:set -DnewVersion=${TAG}
35- mvn -ntp -s .github/settings.xml -Prelease deploy jacoco:report coveralls:report -DrepoToken=${COVERALLS_TOKEN}
34+ mvn -ntp -s .github/settings.xml -Prelease deploy jacoco:report
3635 else
3736 # this is a regular build
3837 mvn -ntp install
Original file line number Diff line number Diff line change 11[ ![ Build Status] ( https://github.com/dhatim/business-hours-java/workflows/build/badge.svg )] ( https://github.com/dhatim/business-hours-java/actions )
2- [ ![ Coverage Status] ( https://coveralls.io/repos/github/dhatim/business-hours-java/badge.svg?branch=master )] ( https://coveralls.io/github/dhatim/business-hours-java?branch=master )
32[ ![ Maven Central] ( https://maven-badges.herokuapp.com/maven-central/org.dhatim/business-hours-java/badge.svg )] ( https://maven-badges.herokuapp.com/maven-central/org.dhatim/business-hours-java )
43[ ![ Javadocs] ( http://www.javadoc.io/badge/org.dhatim/business-hours-java.svg )] ( http://www.javadoc.io/doc/org.dhatim/business-hours-java )
54
Original file line number Diff line number Diff line change 5959 </execution >
6060 </executions >
6161 </plugin >
62- <plugin >
63- <groupId >org.eluder.coveralls</groupId >
64- <artifactId >coveralls-maven-plugin</artifactId >
65- </plugin >
6662 <plugin >
6763 <groupId >org.apache.maven.plugins</groupId >
6864 <artifactId >maven-javadoc-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments