Skip to content

Commit 84d7420

Browse files
committed
test: add temporary test config for signing workflow
1 parent e4c8182 commit 84d7420

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/bun-compile.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,13 +8,15 @@ on:
88
inputs:
99
version:
1010
description: 'npm package version (e.g. 0.17.0)'
11-
required: true
11+
required: false
12+
default: '0.18.0'
1213
type: string
1314
repository_dispatch:
1415
types: [npm-published]
1516
push:
1617
branches:
1718
- auggie-bun-compile-workflow
19+
- auggie-macos-signing
1820

1921
jobs:
2022
build:

0 commit comments

Comments
 (0)