Skip to content

Commit a24ca88

Browse files
Version 0.0.5
1 parent e026924 commit a24ca88

3 files changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/build-binaries.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77

88
jobs:
99
build-mac:
10+
if: startsWith(github.ref, 'refs/heads/ci/prebuilt-') == false
1011
runs-on: macos-latest
1112
steps:
1213
- uses: actions/checkout@v4
@@ -24,6 +25,8 @@ jobs:
2425
run: npm ci
2526
- name: Build and stage prebuilt
2627
run: npm run build:all
28+
- name: Clean build artifacts (keep prebuilt)
29+
run: rm -rf build
2730
- name: Compute Node ABI
2831
id: vars
2932
shell: bash

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.0.4
1+
0.0.5

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "baresip-node",
3-
"version": "0.0.4",
3+
"version": "0.0.5",
44
"private": true,
55
"description": "Node-API addon embedding BareSIP.",
66
"main": "lib/index.js",

0 commit comments

Comments
 (0)