[ci skip]Remove publish step from CI workflow

Removed the publish step from the CI workflow.
This commit is contained in:
2026-07-09 19:29:51 +08:00
committed by GitHub
parent 420bb5e7e8
commit a6b1cf1e28
-12
View File
@@ -81,18 +81,6 @@ jobs:
path: ${{ env.jar_dir }}
if-no-files-found: warn
# ── Publish To Repo ──
- name: "[Publish] Publish To Repo"
if: |
( env.flag_push_repo == 'true'
&& !( inputs.force-push == 'false' )
) || inputs.force-push == 'true'
continue-on-error: true
run: ./gradlew generateDevelopmentBundle publish -PpublishDevBundle=true
env:
MAVEN_REPO_PASSWORD: ${{ secrets.MAVEN_REPO_PASSWORD }}
MAVEN_REPO_USERNAME: ${{ secrets.MAVEN_REPO_USERNAME }}
# ── Release ──
- name: Check If Release Exists
if: env.flag_release == 'true'