diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 724c0dc..c80e47c 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -24,3 +24,10 @@ jobs: env: NUGET_SOURCE: ${{ secrets.NUGET_SOURCE }} NUGET_API_KEY: ${{ secrets.WORKLEAP_NUGET_API_KEY }} + + linearb: + needs: [publish] + uses: gsoft-inc/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main + with: + environment: ${{ github.ref == 'refs/heads/main' && 'staging' || 'release' }} + secrets: inherit