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-persistence-jdbc.git


The following commit(s) were added to refs/heads/main by this push:
     new 3e797fa  need to checkout 1.1.x branch when publishing 1.1.x docs 
(#373)
3e797fa is described below

commit 3e797fa13f9f5cb333d2d673e15ebc9430f65bec
Author: PJ Fanning <[email protected]>
AuthorDate: Sat Nov 15 19:05:12 2025 +0100

    need to checkout 1.1.x branch when publishing 1.1.x docs (#373)
---
 .github/workflows/publish-1.1-docs.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/publish-1.1-docs.yml 
b/.github/workflows/publish-1.1-docs.yml
index bfdcee4..4f431fd 100644
--- a/.github/workflows/publish-1.1-docs.yml
+++ b/.github/workflows/publish-1.1-docs.yml
@@ -21,6 +21,7 @@ jobs:
           # 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
+          ref: 1.1.x
 
       - name: Setup Java 8
         uses: actions/setup-java@dded0888837ed1f317902acf8a20df0ad188d165 # 
v5.0.0


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

Reply via email to