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 4d17763 commit 01bfe6bCopy full SHA for 01bfe6b
.github/workflows/publish.yml
@@ -48,7 +48,6 @@ jobs:
48
run: chmod +x gradlew
49
50
- name: Build mod artifact
51
- if: github.event_name == 'release' && github.event.action == 'created'
52
run: |
53
./gradlew clean
54
./gradlew dex
@@ -70,6 +69,7 @@ jobs:
70
69
name: CustomJsonLib.jar
71
72
- name: Publish Artifacts to Maven Repository
+ if: github.event_name == 'release' && github.event.action == 'created'
73
74
./gradlew -P version="${ARTIFACT_VERSION}" -D maven.repo.local="$(pwd)/.out" publishToMavenLocal
75
0 commit comments