From 147916ea83052cbb98172f592d4feafdceaa274e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Barr=C3=A9?= Date: Fri, 10 May 2024 14:50:14 -0400 Subject: [PATCH] Add LinearB integration --- .github/workflows/publish.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 9d967b5..36069b2 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -23,3 +23,10 @@ jobs: env: NUGET_SOURCE: ${{ secrets.NUGET_SOURCE }} NUGET_API_KEY: ${{ secrets.WORKLEAP_NUGET_API_KEY }} + + linearb: + needs: [main] + uses: gsoft-inc/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main + with: + environment: ${{ github.ref == 'refs/heads/main' && "staging" || 'release' }} + secrets: inherit