[ci skip]Remove publish step from CI workflow
Removed the publish step from the CI workflow.
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user