fix release build

This commit is contained in:
Brian Kohan 2025-12-01 23:45:16 -08:00
parent 38abb82426
commit 52a7ca23ae
No known key found for this signature in database
GPG Key ID: 5C6CE8BA38C43FC1

View File

@ -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/}