Fix: missing V prefix in release_tag and namespace-prefix (#1393)

This commit is contained in:
Felicity Zhao 2026-04-01 11:16:45 -07:00 committed by GitHub
parent 2624889925
commit c5c6f1514c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -169,7 +169,7 @@ jobs:
creator: Amazon Web Services, Inc.
download-location: git+https://github.com/${{ github.repository_owner }}/${{ github.event.repository.name }}.git@${{ github.event.inputs.version_number }}
homepage: https://github.com/${{ github.repository_owner }}/${{ github.event.repository.name }}
namespace-prefix: https://github.com/${{ github.repository_owner }}/${{ github.event.repository.name }}/releases/download/${{ github.event.inputs.version_number }}/
namespace-prefix: https://github.com/${{ github.repository_owner }}/${{ github.event.repository.name }}/releases/download/V${{ github.event.inputs.version_number }}/
include-file-hashes: true
- name: Commit SBOM file
@ -208,7 +208,7 @@ jobs:
# This is dependent on the release script putting this zip file
# in this exact location.
artifact_path: ./FreeRTOS-KernelV${{ github.event.inputs.version_number }}.zip
release_tag: ${{ github.event.inputs.version_number }}
release_tag: V${{ github.event.inputs.version_number }}
- name: Delete release preparation branch
if: always()