5
0
mirror of https://github.com/astral-sh/setup-uv.git synced 2025-12-15 11:07:14 +00:00

Fix update-known-versions workflow argument (#401)

Use version-manifest.json instead of .ts
This commit is contained in:
Kevin Stillhammer
2025-05-04 09:10:02 +02:00
committed by GitHub
parent 9641fcd493
commit b87cce2fc5

View File

@@ -20,7 +20,7 @@ jobs:
run:
node dist/update-known-versions/index.js
src/download/checksum/known-versions.ts
version-manifest.ts
version-manifest.json
${{ secrets.GITHUB_TOKEN }}
- run: npm install && npm run all
- name: Create Pull Request