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:
committed by
GitHub
parent
9641fcd493
commit
b87cce2fc5
2
.github/workflows/update-known-versions.yml
vendored
2
.github/workflows/update-known-versions.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user