Skip to content

Commit 08672dd

Browse files
committed
ci: let each SDK report itself
1 parent f601c08 commit 08672dd

1 file changed

Lines changed: 5 additions & 9 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ on:
1010
required: false
1111
type: string
1212
default: main
13-
outputs:
14-
version:
15-
description: Version the preview was published under.
16-
value: ${{ jobs.generate.outputs.version }}
17-
install:
18-
description: Command that installs the preview package.
19-
value: ${{ jobs.build.outputs.install }}
2013

2114
name: CI
2215

@@ -63,8 +56,6 @@ jobs:
6356
build:
6457
needs: generate
6558
runs-on: ubuntu-latest
66-
outputs:
67-
install: ${{ steps.preview.outputs.install }}
6859
steps:
6960
- uses: actions/checkout@v7
7061
with:
@@ -95,3 +86,8 @@ jobs:
9586
--comment=${{ github.repository == 'vrchatapi/vrchatapi-javascript' && 'update' || 'off' }}
9687
9788
echo "install=pnpm add $(jq -r '.packages[0].url' preview.json)" >> $GITHUB_OUTPUT
89+
90+
- uses: vrchatapi/specification/.github/actions/report@ci/modernise-actions
91+
with:
92+
sdk: javascript
93+
install: ${{ steps.preview.outputs.install }}

0 commit comments

Comments
 (0)