We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a85b73 commit 6efb4deCopy full SHA for 6efb4de
.github/workflows/release.yml
@@ -138,3 +138,7 @@ jobs:
138
asset_path: ./FreeRTOS-Plus-TCP-${{ github.event.inputs.version_number }}.zip
139
asset_name: FreeRTOS-Plus-TCP-${{ github.event.inputs.version_number }}.zip
140
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