mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-05-12 11:42:57 -04:00
Fix: missing V prefix in release_tag and namespace-prefix
This commit is contained in:
parent
2624889925
commit
4ac96355d6
1 changed files with 2 additions and 2 deletions
4
.github/workflows/auto-release.yml
vendored
4
.github/workflows/auto-release.yml
vendored
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue