Skip to content

Commit 00aaea1

Browse files
committed
[DOP-29615] Fix release process
1 parent 3b11f8d commit 00aaea1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Generate SBOM
6262
run: |
6363
uv pip install cyclonedx-bom
64-
cyclonedx-py uv sync --group server,consumer,postgres,gssapi > sbom.cyclonedx.json
64+
uv export --all-extras --format requirements.txt | uv run cyclonedx-py requirements - > sbom.cyclonedx.json
6565
6666
- name: Get changelog
6767
run: |

0 commit comments

Comments
 (0)