Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .github/workflows/publish-docs-to-s3.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ jobs:
- name: "Reinstall breeze from the current version"
run: |
breeze setup self-upgrade --use-current-airflow-sources
if: inputs.build-sboms
working-directory: current-version
- name: "Make sure SBOM dir exists and has the right permissions"
run: |
Expand All @@ -212,6 +213,7 @@ jobs:
run: |
echo "Generated SBOM files:"
find ./generated/_build/docs/apache-airflow/stable/sbom/ -type f | sort
if: inputs.build-sboms
- name: "Reinstall breeze from ${{ inputs.ref }} reference"
run:
breeze setup self-upgrade --use-current-airflow-sources
Expand Down