We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a42b3 commit 9402122Copy full SHA for 9402122
.github/workflows/updater.yaml
@@ -25,7 +25,7 @@ jobs:
25
- name: get latest uv version
26
id: latest-uv
27
run: |
28
- echo "uv_version=$(uv self version | grep -oE \"[0-9]+\.[0-9]+\.[0-9]+\")" >> "$GITHUB_OUTPUT"
+ echo "uv_version=$(uv self version | grep -oE '[0-9]+\.[0-9]+\.[0-9]+')" >> "$GITHUB_OUTPUT"
29
- name: Install Dependencies
30
run: make install
31
0 commit comments