Skip to content

Commit 3089774

Browse files
committed
test: temporary test config for v0.19.0-prerelease.1
1 parent 90f003d commit 3089774

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

.github/workflows/bun-compile.yml

Lines changed: 5 additions & 3 deletions
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.19.0-prerelease.1'
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:
@@ -46,7 +48,7 @@ jobs:
4648

4749
- name: Install package
4850
env:
49-
VERSION: ${{ inputs.version || github.event.client_payload.version }}
51+
VERSION: ${{ inputs.version || github.event.client_payload.version || '0.19.0-prerelease.1' }}
5052
run: |
5153
if [ -z "$VERSION" ]; then
5254
echo "::error::No version provided. Supply via workflow_dispatch input or repository_dispatch payload."
@@ -119,7 +121,7 @@ jobs:
119121
env:
120122
GH_TOKEN: ${{ github.token }}
121123
GH_REPO: ${{ github.repository }}
122-
VERSION: ${{ inputs.version || github.event.client_payload.version }}
124+
VERSION: ${{ inputs.version || github.event.client_payload.version || '0.19.0-prerelease.1' }}
123125
run: |
124126
if [ -z "$VERSION" ]; then
125127
echo "::error::No version provided. Cannot create release."

0 commit comments

Comments
 (0)