This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.9
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.9 by this push:
new 1e49446bd ORC-1446: Publish snapshot from branch-1.9
1e49446bd is described below
commit 1e49446bd0bcafab64520ae4caa9cee75fbf2861
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Mon Jun 19 00:07:38 2023 -0700
ORC-1446: Publish snapshot from branch-1.9
### What changes were proposed in this pull request?
This PR aims to publish snapshot from `branch-1.9`.
### Why are the changes needed?
We missed this when we create `branch-1.9`.
### How was this patch tested?
We need to verify this after merging.
Closes #1538 from dongjoon-hyun/ORC-1446.
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 d8f4dc6e1..4ceef568c 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-1.9
jobs:
publish-snapshot: