Skip to content

Commit 6e19d60

Browse files
authored
ci: fix cd.yml (#151)
Signed-off-by: Rui Dias Gomes <[email protected]>
1 parent fe3482f commit 6e19d60

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0 # for fetching tags, required for semantic-release
2121
- name: Install uv and set the python version
22-
uses: ./.astral-sh/setup-uv@v5
22+
uses: astral-sh/setup-uv@v5
2323
- name: Check version of potential release
2424
id: version_check
2525
run: |
@@ -45,7 +45,7 @@ jobs:
4545
token: ${{ steps.app-token.outputs.token }}
4646
fetch-depth: 0 # for fetching tags, required for semantic-release
4747
- name: Install uv and set the python version
48-
uses: ./.astral-sh/setup-uv@v5
48+
uses: astral-sh/setup-uv@v5
4949
- name: Run release script
5050
env:
5151
GH_TOKEN: ${{ steps.app-token.outputs.token }}

0 commit comments

Comments
 (0)