Skip to content

Commit 6540968

Browse files
Update prerelease.yml (#970)
1 parent 99796e1 commit 6540968

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/prerelease.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ jobs:
3535
COMPONENT_NAME: wfprev-gdb-extractor
3636
TAG: ${{ github.event.release.tag_name }}
3737

38+
reports-generator-build:
39+
uses: ./.github/workflows/report-generator-image-build.yml
40+
secrets: inherit
41+
with:
42+
TAG: ${{ github.event.release.tag_name }}
43+
3844
# include additional steps for DLV, PRD
3945
# rename to deploy-wftst, rename environment to tst
4046
deploy-wfdlv:
@@ -71,4 +77,4 @@ jobs:
7177
needs: [deploy-wftst]
7278
with:
7379
DEFAULT_APPLICATION_ENVIRONMENT: wftst
74-
secrets: inherit
80+
secrets: inherit

0 commit comments

Comments
 (0)