From d6d1a3500f3c75c6d9b25c5b14c82ea4c0044329 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=A9rald=20Barr=C3=A9?= Date: Fri, 5 Jul 2024 11:09:42 -0400 Subject: [PATCH] LinearB - Consider preview as release (#75) --- .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