Skip to content

Commit 17f28bb

Browse files
committed
delete the tag
1 parent 0998e99 commit 17f28bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
asset_name: FreeRTOS-Plus-TCP-${{ github.event.inputs.version_number }}.zip
140140
asset_content_type: application/zip
141141
- name: Cleanup
142-
uses: actions/checkout@v3
142+
working-directory: ./FreeRTOS-Plus-TCP
143143
run: |
144144
# Delete the branch created for Tag by SBOM generator
145145
git push -u origin --delete ${{ github.event.inputs.version_number }}

0 commit comments

Comments
 (0)