From c5e52faf0489ea21b7d75a1229dba2bf8fe517a7 Mon Sep 17 00:00:00 2001 From: Nicholas Date: Wed, 3 Apr 2024 11:34:43 +0200 Subject: [PATCH] bug: add VITE_NLP_WORD_TAGGER_MAX_INPUT to build arg for release #61 (#62) --- .github/workflows/release.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 0f354f5..d7619c2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -68,3 +68,5 @@ jobs: tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} annotations: ${{ steps.meta.outputs.annotations }} + build-args: | + VITE_NLP_WORD_TAGGER_MAX_INPUT=600