This is an automated email from the ASF dual-hosted git repository.

jimin pushed a commit to branch 2.x
in repository https://gitbox.apache.org/repos/asf/incubator-seata.git


The following commit(s) were added to refs/heads/2.x by this push:
     new 5412202ee6 optimize: disable Publish OSSRH workflow (#6304)
5412202ee6 is described below

commit 5412202ee622104c925b5e26c35193062e7f09a7
Author: jimin <[email protected]>
AuthorDate: Thu Jan 25 20:25:39 2024 +0800

    optimize: disable Publish OSSRH workflow (#6304)
---
 .github/workflows/publish-ossrh.yml | 6 +++---
 changes/en-us/2.x.md                | 1 +
 changes/zh-cn/2.x.md                | 1 +
 3 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/publish-ossrh.yml 
b/.github/workflows/publish-ossrh.yml
index b05bcbc2f0..0d5a9f7e73 100644
--- a/.github/workflows/publish-ossrh.yml
+++ b/.github/workflows/publish-ossrh.yml
@@ -1,8 +1,8 @@
 name: "Publish OSSRH"
 
-on:
-  push:
-    branches: [ develop, 2.x, snapshot, "*.*.*" ]
+on: false
+#  push:
+#    branches: [ develop, 2.x, snapshot, "*.*.*" ]
 
 jobs:
   # job 1
diff --git a/changes/en-us/2.x.md b/changes/en-us/2.x.md
index ad9e853675..334ab611a0 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -74,6 +74,7 @@ Add changes here for all PR submitted to the 2.x branch.
 - [[#6294](https://github.com/apache/incubator-seata/pull/6294)] split the 
frontend resource build process into separate profiles
 - [[#6297](https://github.com/apache/incubator-seata/pull/6297)] fix problem 
of `maven-pmd-plugin`
 - [[#6298](https://github.com/apache/incubator-seata/pull/6298)] repackage 
name to org.apache.seata
+- [[#6304](https://github.com/apache/incubator-seata/pull/6304)] disable 
Publish OSSRH workflow
 
 ### security:
 - [[#6069](https://github.com/apache/incubator-seata/pull/6069)] Upgrade Guava 
dependencies to fix security vulnerabilities
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index d80eac9da7..f3ca5b66e0 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -72,6 +72,7 @@
 - [[#6294](https://github.com/apache/incubator-seata/pull/6294)] 
拆分前端资源打包流程到单独的profile
 - [[#6297](https://github.com/apache/incubator-seata/pull/6297)] 修复 
`maven-pmd-plugin` 相关的问题
 - [[#6298](https://github.com/apache/incubator-seata/pull/6298)] 重命名包名为 
org.apache.seata
+- [[#6304](https://github.com/apache/incubator-seata/pull/6304)] 禁用 OSSRH 发布工作流
 
 ### security:
 - [[#6069](https://github.com/apache/incubator-seata/pull/6069)] 
升级Guava依赖版本,修复安全漏洞


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to