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

slievrly 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 abb14c6268 optimize: fix publish-ossrh.yml (#8059)
abb14c6268 is described below

commit abb14c62683d34f7f44aa4d5a370eaa51201252c
Author: 徐晓伟 <[email protected]>
AuthorDate: Tue May 26 23:59:10 2026 +0800

    optimize: fix publish-ossrh.yml (#8059)
---
 .github/workflows/publish-ossrh.yml | 7 ++++---
 changes/en-us/2.x.md                | 2 ++
 changes/zh-cn/2.x.md                | 2 ++
 3 files changed, 8 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/publish-ossrh.yml 
b/.github/workflows/publish-ossrh.yml
index d424526e6c..53dd1ef984 100644
--- a/.github/workflows/publish-ossrh.yml
+++ b/.github/workflows/publish-ossrh.yml
@@ -16,9 +16,10 @@
 #
 name: "Publish OSSRH"
 
-on: false
-#  push:
-#    branches: [ develop, 2.x, snapshot, "*.*.*" ]
+on:
+  push:
+    branches: [ disable ]
+    # 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 05eac4b186..ee241678d8 100644
--- a/changes/en-us/2.x.md
+++ b/changes/en-us/2.x.md
@@ -64,6 +64,8 @@ Add changes here for all PR submitted to the 2.x branch.
 - [[#8031](https://github.com/apache/incubator-seata/pull/8031)] upgrade some 
dependencies versions
 - [[#8030](https://github.com/apache/incubator-seata/pull/8030)] add the 
dependency jackson-datatype-jsr310
 - [[#8043](https://github.com/apache/incubator-seata/pull/8043)] simplify 
jackson related dependencies
+- [[#8059](https://github.com/apache/incubator-seata/pull/8059)] fix 
publish-ossrh.yml
+- 
[[#8057](https://github.com/apache/incubator-seata/pull/8057)]/[[#8085](https://github.com/apache/incubator-seata/pull/8085)]
 remove p3c, use maven-checkstyle-plugin, only check PR changes
 - 
[[#8057](https://github.com/apache/incubator-seata/pull/8057)]/[[#8085](https://github.com/apache/incubator-seata/pull/8085)]/[[#8087](https://github.com/apache/incubator-seata/pull/8087)]
 remove p3c, use maven-checkstyle-plugin, only check PR changes
 - [[#8063](https://github.com/apache/incubator-seata/pull/8063)] bump 
commons-io:commons-io from 2.8.0 to 2.21.0
 - [[#8064](https://github.com/apache/incubator-seata/pull/8064)] bump 
org.apache.kafka:kafka-clients from 3.6.1 to 3.9.2
diff --git a/changes/zh-cn/2.x.md b/changes/zh-cn/2.x.md
index d67c9208b9..0f472d1290 100644
--- a/changes/zh-cn/2.x.md
+++ b/changes/zh-cn/2.x.md
@@ -64,6 +64,8 @@
 - [[#8031](https://github.com/apache/incubator-seata/pull/8031)] 升级一些依赖版本
 - [[#8030](https://github.com/apache/incubator-seata/pull/8030)] 添加依赖 
jackson-datatype-jsr310
 - [[#8043](https://github.com/apache/incubator-seata/pull/8043)] 简化 jackson 
相关依赖
+- [[#8059](https://github.com/apache/incubator-seata/pull/8059)] 修正 
publish-ossrh.yml
+- 
[[#8057](https://github.com/apache/incubator-seata/pull/8057)]/[[#8085](https://github.com/apache/incubator-seata/pull/8085)]
 删除 p3c, 使用 maven-checkstyle-plugin, 仅检查 PR 变更
 - 
[[#8057](https://github.com/apache/incubator-seata/pull/8057)]/[[#8085](https://github.com/apache/incubator-seata/pull/8085)]/[[#8087](https://github.com/apache/incubator-seata/pull/8087)]
 删除 p3c, 使用 maven-checkstyle-plugin, 仅检查 PR 变更
 - [[#8063](https://github.com/apache/incubator-seata/pull/8063)] 将 
commons-io:commons-io 从 2.8.0 版本升级到 2.21.0 版本
 - [[#8064](https://github.com/apache/incubator-seata/pull/8064)] 将 
org.apache.kafka:kafka-clients 从 3.6.1 版本升级到 3.9.2 版本


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

Reply via email to