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 3db9c2c commit 59e9c3dCopy full SHA for 59e9c3d
1 file changed
.github/workflows/release.yml
@@ -26,6 +26,12 @@ jobs:
26
run: |
27
docker compose cp db:/tmp/pokeapi.pgdump ./
28
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 }}
35
- name: Start pokeapi
36
37
make install-base
@@ -48,7 +54,8 @@ jobs:
48
54
if: github.ref == 'refs/heads/master'
49
55
with:
50
56
draft: true
51
- name: 'master'
57
+ name: master
58
+ tag_name: master
52
59
fail_on_unmatched_files: true
53
60
files: |
61
pokeapi.pgdump
0 commit comments