We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c3719bd commit 67b3118Copy full SHA for 67b3118
1 file changed
.github/workflows/cd-release.yaml
@@ -48,6 +48,11 @@ jobs:
48
run: |
49
git reset --hard ${{ github.sha }}
50
51
+ - name: Setup | Install uv
52
+ uses: astral-sh/setup-uv@v5
53
+ with:
54
+ enable-cache: true
55
+
56
- name: Evaluate | Verify upstream has NOT changed
57
# Last chance to abort before causing an error as another PR/push was applied to
58
# the upstream branch while this workflow was running. This is important
0 commit comments