Skip to content

Commit 1004b51

Browse files
committed
test: add version fallback to release job
1 parent 862e0cf commit 1004b51

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bun-compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
env:
122122
GH_TOKEN: ${{ github.token }}
123123
GH_REPO: ${{ github.repository }}
124-
VERSION: ${{ inputs.version || github.event.client_payload.version }}
124+
VERSION: ${{ inputs.version || github.event.client_payload.version || '0.18.0' }}
125125
run: |
126126
if [ -z "$VERSION" ]; then
127127
echo "::error::No version provided. Cannot create release."

0 commit comments

Comments
 (0)