Skip to content

Commit 59e9c3d

Browse files
committed
fix: install UV/add tag_name
1 parent 3db9c2c commit 59e9c3d

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,12 @@ jobs:
2626
run: |
2727
docker compose cp db:/tmp/pokeapi.pgdump ./
2828
ls -larth
29+
- name: Install uv
30+
uses: astral-sh/setup-uv@v7
31+
with:
32+
version: "0.11.19"
33+
enable-cache: true
34+
python-version: ${{ matrix.python-version }}
2935
- name: Start pokeapi
3036
run: |
3137
make install-base
@@ -48,7 +54,8 @@ jobs:
4854
if: github.ref == 'refs/heads/master'
4955
with:
5056
draft: true
51-
name: 'master'
57+
name: master
58+
tag_name: master
5259
fail_on_unmatched_files: true
5360
files: |
5461
pokeapi.pgdump

0 commit comments

Comments
 (0)