This is an automated email from the ASF dual-hosted git repository. shenlin pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/rocketmq-eventbridge.git
commit 8d9fd6949511cdcd4887d1302379031b78a22803 Author: wangkai <wang...@zhongan.com> AuthorDate: Tue Sep 19 13:52:16 2023 +0800 1.修改mvn publish文件 --- .github/workflows/maven-publish.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 7ad8aa5..6431cd8 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -39,8 +39,3 @@ jobs: - name: Build with Maven run: mvn -B package --file pom.xml - - - name: Publish to GitHub Packages Apache Maven - run: mvn deploy -s $GITHUB_WORKSPACE/settings.xml - env: - GITHUB_TOKEN: ${{ github.token }}