Skip to content

Commit a159d2c

Browse files
committed
Fix release issues
1 parent 243ed26 commit a159d2c

4 files changed

Lines changed: 3 additions & 16 deletions

File tree

.github/workflows/ffi-builds.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,6 @@ on:
2727
required: false
2828
type: boolean
2929
default: false
30-
workflow_call:
31-
inputs:
32-
dry_run:
33-
description: "Dry run: build artifacts but skip release upload/publish."
34-
required: false
35-
type: boolean
36-
default: false
3730

3831
env:
3932
CARGO_TERM_COLOR: always

.github/workflows/release.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,6 @@ jobs:
3535
env:
3636
CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_TOKEN }}
3737

38-
call-ffi:
39-
name: Call FFI Builds
40-
if: (github.head_ref == 'knope/release' && github.event.pull_request.merged == true) || github.event_name == 'workflow_dispatch'
41-
uses: ./.github/workflows/ffi-builds.yml
42-
with:
43-
dry_run: ${{ inputs.dry_run || false }}
44-
4538
call-node-ffi:
4639
name: Call Node FFI Builds
4740
if: (github.head_ref == 'knope/release' && github.event.pull_request.merged == true) || github.event_name == 'workflow_dispatch'

livekit-ffi-node-bindings/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@
99
"type": "commonjs",
1010
"repository": {
1111
"type": "git",
12-
"url": "https://github.com/livekit/node-sdks.git",
13-
"directory": "packages/livekit-rtc"
12+
"url": "https://github.com/livekit/rust-sdks.git",
13+
"directory": "packages/livekit-ffi-node-bindings"
1414
},
1515
"files": [
1616
"index.js",

livekit-wakeword/Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[package]
22
name = "livekit-wakeword"
33
version = "0.1.1"
4+
description = "ONNX-based wake word detection for LiveKit"
45
edition.workspace = true
56
repository.workspace = true
67
license.workspace = true

0 commit comments

Comments
 (0)