Skip to content

Commit 4ac9635

Browse files
author
felicityzhao9
committed
Fix: missing V prefix in release_tag and namespace-prefix
1 parent 2624889 commit 4ac9635

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/auto-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ jobs:
169169
creator: Amazon Web Services, Inc.
170170
download-location: git+https://github.com/${{ github.repository_owner }}/${{ github.event.repository.name }}.git@${{ github.event.inputs.version_number }}
171171
homepage: https://github.com/${{ github.repository_owner }}/${{ github.event.repository.name }}
172-
namespace-prefix: https://github.com/${{ github.repository_owner }}/${{ github.event.repository.name }}/releases/download/${{ github.event.inputs.version_number }}/
172+
namespace-prefix: https://github.com/${{ github.repository_owner }}/${{ github.event.repository.name }}/releases/download/V${{ github.event.inputs.version_number }}/
173173
include-file-hashes: true
174174

175175
- name: Commit SBOM file
@@ -208,7 +208,7 @@ jobs:
208208
# This is dependent on the release script putting this zip file
209209
# in this exact location.
210210
artifact_path: ./FreeRTOS-KernelV${{ github.event.inputs.version_number }}.zip
211-
release_tag: ${{ github.event.inputs.version_number }}
211+
release_tag: V${{ github.event.inputs.version_number }}
212212

213213
- name: Delete release preparation branch
214214
if: always()

0 commit comments

Comments
 (0)