From 52a7ca23ae15bc914b81015ede964f2befefba37 Mon Sep 17 00:00:00 2001 From: Brian Kohan Date: Mon, 1 Dec 2025 23:45:16 -0800 Subject: [PATCH] fix release build --- .github/workflows/release.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 7c8ca1e..af9222e 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -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/}