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

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-http.git


The following commit(s) were added to refs/heads/main by this push:
     new 325ace878 CI: publish 1.2 and 1.3 snapshots (#748)
325ace878 is described below

commit 325ace8789861ecb1a89726d200c87a75de69ccf
Author: PJ Fanning <[email protected]>
AuthorDate: Mon Sep 8 22:09:52 2025 +0100

    CI: publish 1.2 and 1.3 snapshots (#748)
---
 .github/workflows/publish-1.0-snapshots.yml                         | 2 --
 .github/workflows/publish-1.1-snapshots.yml                         | 4 +---
 .../{publish-1.0-snapshots.yml => publish-1.2-snapshots.yml}        | 6 +++---
 .../{publish-1.0-snapshots.yml => publish-1.3-snapshots.yml}        | 6 +++---
 4 files changed, 7 insertions(+), 11 deletions(-)

diff --git a/.github/workflows/publish-1.0-snapshots.yml 
b/.github/workflows/publish-1.0-snapshots.yml
index 88a9ac58c..7807ff38c 100644
--- a/.github/workflows/publish-1.0-snapshots.yml
+++ b/.github/workflows/publish-1.0-snapshots.yml
@@ -9,8 +9,6 @@
 name: Publish nightly 1.0 snapshots
 
 on:
-  schedule:
-    - cron: "30 1 * * *"
   workflow_dispatch:
 
 jobs:
diff --git a/.github/workflows/publish-1.1-snapshots.yml 
b/.github/workflows/publish-1.1-snapshots.yml
index 403fc6ba6..89bf187fa 100644
--- a/.github/workflows/publish-1.1-snapshots.yml
+++ b/.github/workflows/publish-1.1-snapshots.yml
@@ -9,13 +9,11 @@
 name: Publish nightly 1.1 snapshots
 
 on:
-  schedule:
-    - cron: "30 1 * * *"
   workflow_dispatch:
 
 jobs:
   publish-artifacts:
-    name: Publish 1.0 artifacts to Apache Nexus
+    name: Publish 1.1 artifacts to Apache Nexus
     runs-on: ubuntu-latest
     if: github.repository == 'apache/pekko-http'
     steps:
diff --git a/.github/workflows/publish-1.0-snapshots.yml 
b/.github/workflows/publish-1.2-snapshots.yml
similarity index 92%
copy from .github/workflows/publish-1.0-snapshots.yml
copy to .github/workflows/publish-1.2-snapshots.yml
index 88a9ac58c..0a02d29f4 100644
--- a/.github/workflows/publish-1.0-snapshots.yml
+++ b/.github/workflows/publish-1.2-snapshots.yml
@@ -6,7 +6,7 @@
 # This file is part of the Apache Pekko project, which was derived from Akka.
 #
 
-name: Publish nightly 1.0 snapshots
+name: Publish nightly 1.2 snapshots
 
 on:
   schedule:
@@ -15,7 +15,7 @@ on:
 
 jobs:
   publish-artifacts:
-    name: Publish 1.0 artifacts to Apache Nexus
+    name: Publish 1.2 artifacts to Apache Nexus
     runs-on: ubuntu-latest
     if: github.repository == 'apache/pekko-http'
     steps:
@@ -24,7 +24,7 @@ jobs:
         with:
           fetch-depth: 0
           fetch-tags: true
-          ref: 1.0.x
+          ref: 1.2.x
 
       - name: Set up JDK 8
         uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # 
v4.7.1
diff --git a/.github/workflows/publish-1.0-snapshots.yml 
b/.github/workflows/publish-1.3-snapshots.yml
similarity index 92%
copy from .github/workflows/publish-1.0-snapshots.yml
copy to .github/workflows/publish-1.3-snapshots.yml
index 88a9ac58c..7bd315157 100644
--- a/.github/workflows/publish-1.0-snapshots.yml
+++ b/.github/workflows/publish-1.3-snapshots.yml
@@ -6,7 +6,7 @@
 # This file is part of the Apache Pekko project, which was derived from Akka.
 #
 
-name: Publish nightly 1.0 snapshots
+name: Publish nightly 1.3 snapshots
 
 on:
   schedule:
@@ -15,7 +15,7 @@ on:
 
 jobs:
   publish-artifacts:
-    name: Publish 1.0 artifacts to Apache Nexus
+    name: Publish 1.3 artifacts to Apache Nexus
     runs-on: ubuntu-latest
     if: github.repository == 'apache/pekko-http'
     steps:
@@ -24,7 +24,7 @@ jobs:
         with:
           fetch-depth: 0
           fetch-tags: true
-          ref: 1.0.x
+          ref: 1.3.x
 
       - name: Set up JDK 8
         uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # 
v4.7.1


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to