From 10e691b7d02499bf0b9260f15afbe9ef3cbcdc26 Mon Sep 17 00:00:00 2001 From: Mohammad Bagher Abiyat Date: Mon, 25 Mar 2024 20:21:47 +0330 Subject: [PATCH] cr based on deploy urls --- .github/workflows/ci.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 29865d01..bd0a1427 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -5,6 +5,8 @@ jobs: deploy: runs-on: ubuntu-latest name: Deploy + outputs: + deployment-url: ${{ steps.deploy.outputs.deployment-url}} steps: # - uses: actions/checkout@v4 # - uses: pnpm/action-setup@v2 @@ -48,7 +50,7 @@ jobs: - run: pnpm install - run: pnpm build env: - API_URL: ${{ steps.deploy.outputs.deployment-url }} + API_URL: ${{ needs.deploy.outputs.deployment-url }} - name: Stackblitz CR run: pnpm sb publish working-directory: ./playground