Skip to content

Commit ab826f3

Browse files
CID-3581: Fix SBOM upload GitHub Action
1 parent 986df1c commit ab826f3

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
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 != '')
@@ -166,4 +169,4 @@ jobs:
166169
with:
167170
subject-name: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
168171
subject-digest: ${{ steps.push.outputs.digest }}
169-
push-to-registry: true
172+
push-to-registry: true

0 commit comments

Comments
 (0)