Skip to content

Commit 30cc591

Browse files
Merge pull request #113 from leanix/feature/cid-3581/fix-sbom-upload-github-actiob
CID-3581: Fix SBOM upload GitHub Action
2 parents 986df1c + e69d5f3 commit 30cc591

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-package-to-ghcr.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,9 @@ jobs:
4343
env:
4444
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4545

46+
- name: Wait for GitHub to process the tag and draft release
47+
run: sleep 10
48+
4649
- name: Publish Release Draft
4750
uses: actions/github-script@v6.4.1
4851
if: (steps.tag-action.outputs.tag != '')

0 commit comments

Comments
 (0)