We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0cc413 commit e48ca1aCopy full SHA for e48ca1a
1 file changed
.github/workflows/release.yaml
@@ -31,6 +31,15 @@ jobs:
31
- env
32
- build-and-push
33
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
+
43
deploy:
44
uses: devxp-tech/.github/.github/workflows/deploy.yaml@main
45
secrets: inherit
@@ -42,6 +51,7 @@ jobs:
51
needs:
52
53
- security-gateway
54
+ - release
55
46
56
notify:
47
57
uses: devxp-tech/.github/.github/workflows/notify.yaml@main
0 commit comments