Skip to content

Commit

Permalink
cr based on deploy urls
Browse files Browse the repository at this point in the history
  • Loading branch information
Aslemammad committed Mar 25, 2024
1 parent 27a4c70 commit 10e691b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 10e691b

Please sign in to comment.