We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 140863d commit dffe7c9Copy full SHA for dffe7c9
1 file changed
.github/workflows/release_maven.yml
@@ -28,7 +28,7 @@ jobs:
28
mvn -s .ci.settings.xml --no-transfer-progress -Prelease-commons,sonatype-oss-release deploy site site:stage scm-publish:publish-scm
29
mvn -s .ci.settings.xml -Pcoveralls coveralls:report
30
mvn -s .ci.settings.xml --no-transfer-progress -Prelease-commons,github clean deploy
31
- bash <(curl -s https://codecov.io/bash)
+ bash <(curl -s -Os https://uploader.codecov.io/latest/linux/codecov) -t ${{ secrets.CODECOV_TOKEN }}
32
env:
33
GPG_TTY: $(tty)
34
MAVEN_OPTS: -Xms128m -Xmx512m --add-opens=java.base/java.util=ALL-UNNAMED --add-opens=java.base/java.lang.reflect=ALL-UNNAMED --add-opens=java.base/java.text=ALL-UNNAMED --add-opens=java.desktop/java.awt.font=ALL-UNNAMED
0 commit comments