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: