Skip to content

Commit cbd87e9

Browse files
committed
ci(fix): add gh release publish job
1 parent c870fe4 commit cbd87e9

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

.github/workflows/az_acr_release.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,12 @@ jobs:
1919
needs: [call-gh-validate-release]
2020
if: always() && !failure()
2121
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/az_acr_release.yml@dev
22-
secrets: inherit
22+
secrets: inherit
23+
24+
call-gh-release:
25+
needs: [call-az-acr-release]
26+
if: !failure() && github.event_name == 'release'
27+
uses: code-kern-ai/cicd-deployment-scripts/.github/workflows/gh_release.yml@dev
28+
secrets: inherit
29+
with:
30+
deployment_status: "success"

0 commit comments

Comments
 (0)