Skip to content

Commit

Permalink
fix workflow (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicole00 authored Feb 14, 2022
1 parent 3d61f1d commit ea6af72
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/snapshot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ea6af72

Please sign in to comment.