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

dweeks pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iceberg.git


The following commit(s) were added to refs/heads/master by this push:
     new 04871b79e Fix snapshot release publishing (#4838)
04871b79e is described below

commit 04871b79e9aba02e9534498fa035b627bcb9af6e
Author: Ajantha Bhat <[email protected]>
AuthorDate: Wed May 25 01:32:55 2022 +0530

    Fix snapshot release publishing (#4838)
---
 .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 29e1e3f04..e21221525 100644
--- a/.github/workflows/publish-snapshot.yml
+++ b/.github/workflows/publish-snapshot.yml
@@ -39,5 +39,5 @@ jobs:
           java-version: 8
       - run: |
           ./gradlew printVersion
-          ./gradlew -DflinkVersions=1.12,1.13,1.14 
-DsparkVersions=2.4,3.0,3.1,3.2 -DhiveVersions=2,3 
publishApachePublicationToMavenRepository -PmavenUser=${{ secrets.NEXUS_USER }} 
-PmavenPassword=${{ secrets.NEXUS_PW }}
+          ./gradlew -DflinkVersions=1.13,1.14,1.15 
-DsparkVersions=2.4,3.0,3.1,3.2 -DhiveVersions=2,3 
publishApachePublicationToMavenRepository -PmavenUser=${{ secrets.NEXUS_USER }} 
-PmavenPassword=${{ secrets.NEXUS_PW }}
           ./gradlew -DflinkVersions= -DsparkVersions=3.2 -DscalaVersion=2.13 
-DhiveVersions= publishApachePublicationToMavenRepository -PmavenUser=${{ 
secrets.NEXUS_USER }} -PmavenPassword=${{ secrets.NEXUS_PW }}

Reply via email to