Skip to content

Commit

Permalink
delete tag branch during cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
tony-josi-aws committed May 27, 2023
1 parent 399d4f5 commit 6ee4cfd
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/auto-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,3 +85,9 @@ jobs:
exit $?
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Cleanup
working-directory: ./local_kernel
run: |
# Delete the branch created for Tag by SBOM generator
git push -u origin --delete ${{ github.event.inputs.version_number }}

0 comments on commit 6ee4cfd

Please sign in to comment.