diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 1ce246c9..7132a0a7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -38,10 +38,6 @@ jobs: popd popd - # deploy nebula-spark-connector after nebula-exchange, the parent artifactId nebula-spark cannot be overwrite. - - name: enter the nebula-spark-connector directory - run: pushd nebula-spark-connector - - name: Deploy release to Maven uses: samuelmeuli/action-maven-publish@v1 with: diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index b2015b4b..2fee6328 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -40,10 +40,6 @@ jobs: popd popd - # deploy nebula-spark-connector after nebula-exchange, the parent artifactId nebula-spark cannot be overwrite. - - name: enter the nebula-spark-connector directory - run: pushd nebula-spark-connector - - name: Deploy SNAPSHOT to Sonatype uses: samuelmeuli/action-maven-publish@v1 with: