Skip to content

Commit

Permalink
fix: rollback
Browse files Browse the repository at this point in the history
  • Loading branch information
kalencaya committed Nov 1, 2023
1 parent c504bb0 commit 6b8567b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
gpg-private-key: ${{ secrets.GPG_SECRET }}
gpg-passphrase: GPG_PASSWORD
- name: Publish to Sonatype Nexus
run: ./mvnw -B -U -T 1 clean deploy -Poss-release -DskipTests -Dgpg.passphrase=${{ secrets.GPG_PASSWORD }}
run: ./mvnw -B -U -T 4 clean deploy -Poss-release -DskipTests -Dgpg.passphrase=${{ secrets.GPG_PASSWORD }}
env:
OSSRH_USERNAME: ${{ secrets.SONATYPE_USER }}
OSSRH_PASSWORD: ${{ secrets.SONATYPE_PASSWORD }}
Expand Down
4 changes: 0 additions & 4 deletions sakura-connectors/sakura-connector-preview/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@
</parent>
<artifactId>sakura-connector-preview</artifactId>

<properties>
<maven.deploy.skip>true</maven.deploy.skip>
</properties>

<dependencies>
<dependency>
<groupId>com.alibaba.ververica</groupId>
Expand Down

0 comments on commit 6b8567b

Please sign in to comment.