We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 862e0cf commit 1004b51Copy full SHA for 1004b51
1 file changed
.github/workflows/bun-compile.yml
@@ -121,7 +121,7 @@ jobs:
121
env:
122
GH_TOKEN: ${{ github.token }}
123
GH_REPO: ${{ github.repository }}
124
- VERSION: ${{ inputs.version || github.event.client_payload.version }}
+ VERSION: ${{ inputs.version || github.event.client_payload.version || '0.18.0' }}
125
run: |
126
if [ -z "$VERSION" ]; then
127
echo "::error::No version provided. Cannot create release."
0 commit comments