Skip to content

Commit

Permalink
fix: Add missing binary release job
Browse files Browse the repository at this point in the history
  • Loading branch information
B&R committed Mar 23, 2023
1 parent f6c4033 commit 8c9de15
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,11 @@ jobs:
chartRepoName: "riotkit-org/charts/"
chartName: git-clone-controller
enableHelmDocs: true

release-binary:
uses: riotkit-org/.github/.github/workflows/release.binary.yaml@release-1
needs: ["build-and-test"]
if: |
always() && !contains(needs.*.result, 'failure') && !contains(needs.*.result, 'cancelled')
with:
binaryName: "git-clone-controller"

0 comments on commit 8c9de15

Please sign in to comment.