Skip to content

Commit 4eb3a1f

Browse files
committed
Update test version
1 parent 69ec88d commit 4eb3a1f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
description: 'Version to publish (e.g., 0.1.0)'
1010
required: true
1111
type: string
12-
default: '0.0.15' # TESTING ONLY - REMOVE BEFORE MERGE
12+
default: '0.0.0.dev20250121' # TESTING ONLY - REMOVE BEFORE MERGE
1313
jobs:
1414
test:
1515
runs-on: ubuntu-latest
@@ -79,7 +79,7 @@ jobs:
7979
- name: Set version
8080
id: version
8181
run: |
82-
VERSION="${{ github.event.inputs.version || '0.0.15' }}" # TESTING ONLY - defaults to 0.0.15
82+
VERSION="${{ github.event.inputs.version || '0.0.0.dev20250121' }}" # TESTING ONLY - defaults to test version
8383
echo "VERSION=$VERSION" >> $GITHUB_ENV
8484
echo "version=$VERSION" >> $GITHUB_OUTPUT
8585

0 commit comments

Comments
 (0)