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

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


The following commit(s) were added to refs/heads/main by this push:
     new e51cea5  job to publish 1.x snapshots (#483)
e51cea5 is described below

commit e51cea5082f4d3e813aaeee980f9d425f6d67135
Author: PJ Fanning <[email protected]>
AuthorDate: Fri Sep 4 14:41:56 2026 +0100

    job to publish 1.x snapshots (#483)
---
 .github/workflows/publish-nightly.yml                            | 2 +-
 .../workflows/{publish-nightly.yml => publish-snapshot-1.x.yml}  | 9 ++++-----
 2 files changed, 5 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/publish-nightly.yml 
b/.github/workflows/publish-nightly.yml
index 08e95c9..b4ae007 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-nightly.yml
@@ -3,7 +3,7 @@ name: Publish Nightly
 on:
   workflow_dispatch:
   schedule:
-    - cron: "22 0 * * *"
+    - cron: "0 22 * * *"
 
 jobs:
   publish:
diff --git a/.github/workflows/publish-nightly.yml 
b/.github/workflows/publish-snapshot-1.x.yml
similarity index 95%
copy from .github/workflows/publish-nightly.yml
copy to .github/workflows/publish-snapshot-1.x.yml
index 08e95c9..54681c7 100644
--- a/.github/workflows/publish-nightly.yml
+++ b/.github/workflows/publish-snapshot-1.x.yml
@@ -1,9 +1,7 @@
-name: Publish Nightly
+name: Publish Snapshot (1.x)
 
 on:
   workflow_dispatch:
-  schedule:
-    - cron: "22 0 * * *"
 
 jobs:
   publish:
@@ -17,15 +15,16 @@ jobs:
       - name: Checkout
         uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # 
v7.0.1
         with:
+          ref: 1.3.x
           # we don't know what commit the last tag was it's safer to get 
entire repo so previousStableVersion resolves
           fetch-depth: 0
           fetch-tags: true
 
-      - name: Setup Java 17
+      - name: Setup Java 8
         uses: actions/setup-java@dd06d9cba3e5552c54d9f8ea23572deb30010f7c # 
v6.0.0
         with:
           distribution: temurin
-          java-version: 17
+          java-version: 8
 
       - name: Install sbt
         uses: sbt/setup-sbt@c7d2d6258b4bd0d3ec5129e6b3453199d3c79729 # v1.5.8


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

Reply via email to