mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2026-04-03 04:27:39 -04:00
Fix: missing V prefix in release_tag and namespace-prefix (#1393)
This commit is contained in:
parent
2624889925
commit
c5c6f1514c
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.
|
creator: Amazon Web Services, Inc.
|
||||||
download-location: git+https://github.com/${{ github.repository_owner }}/${{ github.event.repository.name }}.git@${{ github.event.inputs.version_number }}
|
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 }}
|
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
|
include-file-hashes: true
|
||||||
|
|
||||||
- name: Commit SBOM file
|
- name: Commit SBOM file
|
||||||
|
|
@ -208,7 +208,7 @@ jobs:
|
||||||
# This is dependent on the release script putting this zip file
|
# This is dependent on the release script putting this zip file
|
||||||
# in this exact location.
|
# in this exact location.
|
||||||
artifact_path: ./FreeRTOS-KernelV${{ github.event.inputs.version_number }}.zip
|
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
|
- name: Delete release preparation branch
|
||||||
if: always()
|
if: always()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue