File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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()
You can’t perform that action at this time.
0 commit comments