Skip to content

Commit 429a673

Browse files
committed
ci: misformatted variable
1 parent 5a47852 commit 429a673

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ jobs:
148148
- name: Update version
149149
shell: bash
150150
if: inputs.version != ''
151-
run: uv version ${inputs.version}
151+
run: uv version ${{ inputs.version }}
152152

153153
- name: Build wheel
154154
shell: bash
@@ -206,7 +206,7 @@ jobs:
206206
- name: Update version
207207
shell: bash
208208
if: inputs.version != ''
209-
run: uv version ${inputs.version}
209+
run: uv version ${{ inputs.version }}
210210

211211
- name: Install dependencies
212212
shell: bash

0 commit comments

Comments
 (0)