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 a89dc2f commit e8df540Copy full SHA for e8df540
.github/workflows/release.yml
@@ -146,6 +146,7 @@ jobs:
146
steps:
147
- name: Checkout code
148
uses: actions/checkout@v3
149
+ - name: Delete SBOM version number branch
150
run: |
151
# Delete the branch created for Tag by SBOM generator
152
git push -u origin --delete ${{ github.event.inputs.version_number }}
0 commit comments