Skip to content

Commit a59c124

Browse files
committed
test: add version fallback for push trigger
1 parent 84d7420 commit a59c124

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/bun-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Install package
5050
env:
51-
VERSION: ${{ inputs.version || github.event.client_payload.version }}
51+
VERSION: ${{ inputs.version || github.event.client_payload.version || '0.18.0' }}
5252
run: |
5353
if [ -z "$VERSION" ]; then
5454
echo "::error::No version provided. Supply via workflow_dispatch input or repository_dispatch payload."

0 commit comments

Comments
 (0)