diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 27442b6..009486a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -249,6 +249,8 @@ jobs: name: "Publish to GitHub" runs-on: "ubuntu-22.04" if: "startsWith(github.ref, 'refs/tags/v')" + env: + INVOKE_NAUTOBOT_FIREWALL_MODELS_LOCAL: "True" steps: - name: "Check out repository code" uses: "actions/checkout@v4" @@ -282,6 +284,8 @@ jobs: name: "Push Package to PyPI" runs-on: "ubuntu-22.04" if: "startsWith(github.ref, 'refs/tags/v')" + env: + INVOKE_NAUTOBOT_FIREWALL_MODELS_LOCAL: "True" steps: - name: "Check out repository code" uses: "actions/checkout@v4"