From ac584564be72cdfd635d46640d145dc253af1883 Mon Sep 17 00:00:00 2001 From: Geolffrey Mena Date: Fri, 10 Jan 2025 13:26:41 -0600 Subject: [PATCH] chore: CD main branch --- .github/workflows/next.yml | 2 +- .github/workflows/stable.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/next.yml b/.github/workflows/next.yml index 43062e58..eb10e3a5 100644 --- a/.github/workflows/next.yml +++ b/.github/workflows/next.yml @@ -17,7 +17,7 @@ jobs: pull-requests: write # to be able to comment on released pull requests id-token: write # to enable use of OIDC for npm provenance secrets: inherit - Deploy-Beta: + Deploy-Next: needs: [Create-Release] uses: ./.github/workflows/cd.yml secrets: inherit diff --git a/.github/workflows/stable.yml b/.github/workflows/stable.yml index ac56bf18..d12ff4cc 100644 --- a/.github/workflows/stable.yml +++ b/.github/workflows/stable.yml @@ -8,7 +8,7 @@ jobs: # Continuous-Integration: # uses: ./.github/workflows/ci.yml # secrets: inherit - Deploy: + Deploy-App: uses: ./.github/workflows/cd.yml secrets: inherit with: