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 6efb4de commit 0998e99Copy full SHA for 0998e99
.github/workflows/release.yml
@@ -139,6 +139,7 @@ jobs:
139
asset_name: FreeRTOS-Plus-TCP-${{ github.event.inputs.version_number }}.zip
140
asset_content_type: application/zip
141
- name: Cleanup
142
+ uses: actions/checkout@v3
143
run: |
144
# Delete the branch created for Tag by SBOM generator
145
git push -u origin --delete ${{ github.event.inputs.version_number }}
0 commit comments