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 0998e99 commit 17f28bbCopy full SHA for 17f28bb
.github/workflows/release.yml
@@ -139,7 +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
+ working-directory: ./FreeRTOS-Plus-TCP
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