From 9c5bf06040ef790e313b9239a975897a7a1116b5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Barr=C3=A9?= Date: Fri, 5 Jul 2024 11:02:08 -0400 Subject: [PATCH] LinearB - Consider preview as release --- .github/workflows/publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2cab3da..333d604 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -28,5 +28,5 @@ jobs: needs: [main] uses: gsoft-inc/wl-reusable-workflows/.github/workflows/linearb-deployment.yml@main with: - environment: ${{ github.ref == 'refs/heads/main' && 'staging' || 'release' }} + environment: 'release' secrets: inherit