Skip to content

Commit 6efb4de

Browse files
committed
delete the tag
1 parent 9a85b73 commit 6efb4de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,3 +138,7 @@ jobs:
138138
asset_path: ./FreeRTOS-Plus-TCP-${{ github.event.inputs.version_number }}.zip
139139
asset_name: FreeRTOS-Plus-TCP-${{ github.event.inputs.version_number }}.zip
140140
asset_content_type: application/zip
141+
- name: Cleanup
142+
run: |
143+
# Delete the branch created for Tag by SBOM generator
144+
git push -u origin --delete ${{ github.event.inputs.version_number }}

0 commit comments

Comments
 (0)