Skip to content

Commit 6c2d215

Browse files
committed
chore: update workflow to trigger deployment
1 parent b7c8606 commit 6c2d215

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release-please.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ jobs:
1313
pull-requests: write
1414

1515
outputs:
16-
release_created: ${{ steps.rp.outputs.release_created }}
17-
tag_name: ${{ steps.rp.outputs.tag_name }}
16+
postcss_glitch_release_created: ${{ steps.rp.outputs['postcss-glitch--release_created'] }}
17+
demos_simple_release_created: ${{ steps.rp.outputs['demos/simple--release_created'] }}
1818

1919
steps:
2020
- uses: googleapis/release-please-action@v4
@@ -27,7 +27,7 @@ jobs:
2727
needs: release
2828
environment: npm
2929
runs-on: ubuntu-latest
30-
if: ${{ needs.release.outputs.release_created == 'true' }}
30+
if: ${{ needs.release.outputs.postcss_glitch_release_created == 'true' }}
3131

3232
permissions:
3333
id-token: write # Required for OIDC
@@ -53,7 +53,7 @@ jobs:
5353
build-demo:
5454
needs: release
5555
runs-on: ubuntu-latest
56-
if: ${{ needs.release.outputs.release_created == 'true' }}
56+
if: ${{ needs.release.outputs.demos_simple_release_created == 'true' }}
5757
steps:
5858
- uses: actions/checkout@v6
5959
- name: Install pnpm

0 commit comments

Comments
 (0)