Skip to content

Commit e48ca1a

Browse files
committed
🥷 Test create Release
1 parent a0cc413 commit e48ca1a

1 file changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/release.yaml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,15 @@ jobs:
3131
- env
3232
- build-and-push
3333

34+
release:
35+
uses: devxp-tech/.github/.github/workflows/create-release.yaml@main
36+
secrets: inherit
37+
with:
38+
tag: ${{ needs.env.outputs.tag }}
39+
needs:
40+
- env
41+
- security-gateway
42+
3443
deploy:
3544
uses: devxp-tech/.github/.github/workflows/deploy.yaml@main
3645
secrets: inherit
@@ -42,6 +51,7 @@ jobs:
4251
needs:
4352
- env
4453
- security-gateway
54+
- release
4555

4656
notify:
4757
uses: devxp-tech/.github/.github/workflows/notify.yaml@main

0 commit comments

Comments
 (0)