Skip to content

Commit 796abfa

Browse files
authored
ci(release): align SBOM version format with other workflow uploads (#1601)
Appends ".0" to the project version when uploading the SBOM to OneDrive, matching the 4-part version format (e.g., 2025.3.3.0) used by other OneDrive uploads in the release workflow.
1 parent 09b5add commit 796abfa

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,8 @@ jobs:
610610
azure_client_id: ${{ secrets.ONEDRIVE_AUTOMATION_CLIENT_ID }}
611611
azure_client_secret: ${{ secrets.ONEDRIVE_AUTOMATION_CLIENT_SECRET }}
612612
conflict_behavior: replace
613-
destination_path: /Gateway/${{ needs.preflight.outputs.version }}
613+
# Append ".0" to match the 4-part version format in OneDrive.
614+
destination_path: /Gateway/${{ needs.preflight.outputs.version }}.0
614615
remote: releases
615616
source_path: bom.json
616617

0 commit comments

Comments
 (0)