We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ec88d commit 4eb3a1fCopy full SHA for 4eb3a1f
1 file changed
.github/workflows/publish.yml
@@ -9,7 +9,7 @@ on:
9
description: 'Version to publish (e.g., 0.1.0)'
10
required: true
11
type: string
12
- default: '0.0.15' # TESTING ONLY - REMOVE BEFORE MERGE
+ default: '0.0.0.dev20250121' # TESTING ONLY - REMOVE BEFORE MERGE
13
jobs:
14
test:
15
runs-on: ubuntu-latest
@@ -79,7 +79,7 @@ jobs:
79
- name: Set version
80
id: version
81
run: |
82
- VERSION="${{ github.event.inputs.version || '0.0.15' }}" # TESTING ONLY - defaults to 0.0.15
+ VERSION="${{ github.event.inputs.version || '0.0.0.dev20250121' }}" # TESTING ONLY - defaults to test version
83
echo "VERSION=$VERSION" >> $GITHUB_ENV
84
echo "version=$VERSION" >> $GITHUB_OUTPUT
85
0 commit comments