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 7f9ffc9 commit 6b45d68Copy full SHA for 6b45d68
.github/workflows/build_and_publish.yml
@@ -21,13 +21,6 @@
21
- name: Test
22
run: ./gradlew test check
23
24
- - if: github.repository == 'FabricCompatibilityLayers/Mod-Remapping-API'
25
- name: Sonar
26
- run: ./gradlew jacocoTestCoverageVerification jacocoTestReport sonar
27
- env:
28
- SONAR_URL: ${{ secrets.SONAR_URL }}
29
- SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
30
-
31
- if: github.repository == 'FabricCompatibilityLayers/Mod-Remapping-API' && github.ref_type == 'tag'
32
name: Publish
33
run: ./gradlew build modrinth
0 commit comments