Skip to content

Commit dcd7f60

Browse files
committed
Reverted codecov upload script (it seems they fixed their issue)
1 parent dffe7c9 commit dcd7f60

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release_maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
mvn -s .ci.settings.xml --no-transfer-progress -Prelease-commons,sonatype-oss-release deploy site site:stage scm-publish:publish-scm
2929
mvn -s .ci.settings.xml -Pcoveralls coveralls:report
3030
mvn -s .ci.settings.xml --no-transfer-progress -Prelease-commons,github clean deploy
31-
bash <(curl -s -Os https://uploader.codecov.io/latest/linux/codecov) -t ${{ secrets.CODECOV_TOKEN }}
31+
bash <(curl -s https://codecov.io/bash)
3232
env:
3333
GPG_TTY: $(tty)
3434
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

Comments
 (0)