We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3214f25 commit b852abdCopy full SHA for b852abd
.github/workflows/build.yml
@@ -37,7 +37,7 @@ jobs:
37
run: |
38
version=$(uvx --from 'bowtie-json-schema' --python 3.13 bowtie info \
39
--implementation ${{ steps.impl.outputs.name }} \
40
- --format json | jq '.version // empty')
+ --format json | jq -r '.version // empty')
41
echo "value=${version}" >> $GITHUB_OUTPUT
42
43
build:
@@ -95,7 +95,7 @@ jobs:
95
96
97
--implementation "localhost/${{ steps.build_image.outputs.image-with-tag }}" \
98
99
100
101
- name: Print collected versions
0 commit comments