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 1b76be7 commit dd7f73eCopy full SHA for dd7f73e
.github/workflows/release.yml
@@ -60,7 +60,7 @@ jobs:
60
cat commit_notes
61
62
echo "Begin Creating Release..."
63
- python3 ./releaser.py commit_notes > version.txt
+ uv run ./releaser.py commit_notes > version.txt
64
echo "Create successful!"
65
cat version.txt
66
0 commit comments