Skip to content

Commit 01bfe6b

Browse files
committed
Disable unnecessary maven configuration
1 parent 4d17763 commit 01bfe6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,6 @@ jobs:
4848
run: chmod +x gradlew
4949

5050
- name: Build mod artifact
51-
if: github.event_name == 'release' && github.event.action == 'created'
5251
run: |
5352
./gradlew clean
5453
./gradlew dex
@@ -70,6 +69,7 @@ jobs:
7069
name: CustomJsonLib.jar
7170

7271
- name: Publish Artifacts to Maven Repository
72+
if: github.event_name == 'release' && github.event.action == 'created'
7373
run: |
7474
./gradlew -P version="${ARTIFACT_VERSION}" -D maven.repo.local="$(pwd)/.out" publishToMavenLocal
7575

0 commit comments

Comments
 (0)