This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-1.8
in repository https://gitbox.apache.org/repos/asf/orc.git
The following commit(s) were added to refs/heads/branch-1.8 by this push:
new cc71128a2 ORC-1166: Enable snapshot publishing in branch-1.8
cc71128a2 is described below
commit cc71128a27b570f5308cfbc5e3e92601c6988880
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Fri May 6 09:42:23 2022 -0700
ORC-1166: Enable snapshot publishing in branch-1.8
---
.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 4b13542e2..1aaadec79 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.8
jobs:
publish-snapshot: