mirror of
https://github.com/django-polymorphic/django-polymorphic.git
synced 2026-01-16 12:58:45 +03:00
fix release build
This commit is contained in:
parent
38abb82426
commit
52a7ca23ae
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
|
@ -16,6 +16,7 @@ jobs:
|
|||
|
||||
lint:
|
||||
if: github.repository == 'jazzband/django-polymorphic'
|
||||
name: Lint
|
||||
permissions:
|
||||
contents: read
|
||||
actions: write
|
||||
|
|
@ -24,6 +25,7 @@ jobs:
|
|||
|
||||
test:
|
||||
if: github.repository == 'jazzband/django-polymorphic'
|
||||
name: Test
|
||||
permissions:
|
||||
contents: read
|
||||
actions: write
|
||||
|
|
@ -56,6 +58,7 @@ jobs:
|
|||
- name: Install Dependencies
|
||||
run: |
|
||||
just setup ${{ steps.sp.outputs.python-path }}
|
||||
sudo apt-get install -y gettext
|
||||
- name: Verify Tag
|
||||
run: |
|
||||
TAG_NAME=${GITHUB_REF#refs/tags/}
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user