Skip to content

Commit 9296f7b

Browse files
authored
ci: fixed staging ci (#119)
Signed-off-by: Tomer Figenblat <tfigenbl@redhat.com>
1 parent 0318771 commit 9296f7b

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/stage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,9 @@ jobs:
4444
needs: build
4545
if: github.repository == 'redhat-developer/intellij-dependency-analytics'
4646
steps:
47+
- name: Checkout sources
48+
uses: actions/checkout@v3
49+
4750
- name: Download distribution artifacts
4851
uses: actions/download-artifact@v3
4952
with:

0 commit comments

Comments
 (0)