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

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new fcd815d16d7 Add fetch tags to true for publish docs (#50887)
fcd815d16d7 is described below

commit fcd815d16d75cf0942f9b5d66cff32839d092d77
Author: GPK <[email protected]>
AuthorDate: Wed May 21 13:44:02 2025 +0100

    Add fetch tags to true for publish docs (#50887)
---
 .github/workflows/publish-docs-to-s3.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/publish-docs-to-s3.yml 
b/.github/workflows/publish-docs-to-s3.yml
index dbc8bc8b294..e6f7671cb86 100644
--- a/.github/workflows/publish-docs-to-s3.yml
+++ b/.github/workflows/publish-docs-to-s3.yml
@@ -144,6 +144,7 @@ jobs:
           persist-credentials: false
           ref: ${{ inputs.ref }}
           fetch-depth: '2'
+          fetch-tags: true
       - name: "Install Breeze"
         uses: ./.github/actions/breeze
         with:

Reply via email to