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 fe3482f commit 6e19d60Copy full SHA for 6e19d60
.github/workflows/cd.yml
@@ -19,7 +19,7 @@ jobs:
19
with:
20
fetch-depth: 0 # for fetching tags, required for semantic-release
21
- name: Install uv and set the python version
22
- uses: ./.astral-sh/setup-uv@v5
+ uses: astral-sh/setup-uv@v5
23
- name: Check version of potential release
24
id: version_check
25
run: |
@@ -45,7 +45,7 @@ jobs:
45
token: ${{ steps.app-token.outputs.token }}
46
47
48
49
- name: Run release script
50
env:
51
GH_TOKEN: ${{ steps.app-token.outputs.token }}
0 commit comments