You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spark.apache.org by do...@apache.org on 2020/12/07 02:38:54 UTC

[spark] branch branch-2.4 updated: [SPARK-33675][INFRA][2.4][FOLLOWUP] Set GIT_REF to branch-2.4

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

dongjoon pushed a commit to branch branch-2.4
in repository https://gitbox.apache.org/repos/asf/spark.git


The following commit(s) were added to refs/heads/branch-2.4 by this push:
     new 9ca324a  [SPARK-33675][INFRA][2.4][FOLLOWUP] Set GIT_REF to branch-2.4
9ca324a is described below

commit 9ca324ac2aeb85b0ee38ec9d74b3527c5af65c5e
Author: Dongjoon Hyun <do...@apache.org>
AuthorDate: Sun Dec 6 18:16:45 2020 -0800

    [SPARK-33675][INFRA][2.4][FOLLOWUP] Set GIT_REF to branch-2.4
---
 .github/workflows/publish_snapshot.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/publish_snapshot.yml b/.github/workflows/publish_snapshot.yml
index af70c48..923bf64 100644
--- a/.github/workflows/publish_snapshot.yml
+++ b/.github/workflows/publish_snapshot.yml
@@ -28,4 +28,5 @@ jobs:
         ASF_PASSWORD: ${{ secrets.NEXUS_PW }}
         GPG_KEY: "not_used"
         GPG_PASSPHRASE: "not_used"
+        GIT_REF: "branch-2.4"
       run: ./dev/create-release/release-build.sh publish-snapshot


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@spark.apache.org
For additional commands, e-mail: commits-help@spark.apache.org