This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-2.2
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-2.2 by this push:
new a3607e008 ORC-1962: Fix `publish_snapshot.yml` in `branch-2.2` to
publish
a3607e008 is described below
commit a3607e008b57bbfbc0fdd65873329c95a8e38ad0
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri Jul 25 15:13:40 2025 -0700
ORC-1962: Fix `publish_snapshot.yml` in `branch-2.2` to publish
### What changes were proposed in this pull request?
This PR aims to fix `publish_snapshot.yml` in `branch-2.2` to publish.
### Why are the changes needed?
To be ready for Apache ORC 2.2.0 vote.
### How was this patch tested?
Manual review.
### Was this patch authored or co-authored using generative AI tooling?
No.
Closes #2339 from dongjoon-hyun/ORC-1962.
Authored-by: Dongjoon Hyun <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.github/workflows/publish_snapshot.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/publish_snapshot.yml
b/.github/workflows/publish_snapshot.yml
index eb6d77123..b84d5c1f4 100644
--- a/.github/workflows/publish_snapshot.yml
+++ b/.github/workflows/publish_snapshot.yml
@@ -3,7 +3,7 @@ name: Publish Snapshot
on:
push:
branches:
- - main
+ - branch-2.2
jobs:
publish-snapshot: