Skip to content

Commit 38ff845

Browse files
committed
fix?: ci
1 parent 1796983 commit 38ff845

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,8 @@ jobs:
3333

3434
- name: pnpm run lint-ci
3535
run: |
36-
output=$(pnpm run lint-ci 2>&1) || exit_code=$?
36+
output=$(pnpm run lint-ci 2>&1)
37+
exit_code=$?
3738
3839
if [ "${{ github.event_name }}" = "push" ]; then
3940
changes=$(git diff --name-only --diff-filter=d "${{ github.event.commits[0].id }}~1" "${{ github.event.commits[0].id }}")
@@ -163,6 +164,8 @@ jobs:
163164
- vrchatapi-rust
164165
- vrchatapi-dart
165166
steps:
167+
- uses: actions/checkout@v4
168+
166169
- run: |
167170
jq -n --argjson payload "$release" '{ event_type: "release", client_payload: $payload }' \
168171
| gh api repos/{owner}/$repository/dispatches -X POST -i --input -

0 commit comments

Comments
 (0)