Skip to content

Commit 4a395de

Browse files
committed
fix CI
1 parent 10c17dd commit 4a395de

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,8 @@ jobs:
249249
name: "Publish to GitHub"
250250
runs-on: "ubuntu-22.04"
251251
if: "startsWith(github.ref, 'refs/tags/v')"
252+
env:
253+
INVOKE_NAUTOBOT_FIREWALL_MODELS_LOCAL: "True"
252254
steps:
253255
- name: "Check out repository code"
254256
uses: "actions/checkout@v4"
@@ -282,6 +284,8 @@ jobs:
282284
name: "Push Package to PyPI"
283285
runs-on: "ubuntu-22.04"
284286
if: "startsWith(github.ref, 'refs/tags/v')"
287+
env:
288+
INVOKE_NAUTOBOT_FIREWALL_MODELS_LOCAL: "True"
285289
steps:
286290
- name: "Check out repository code"
287291
uses: "actions/checkout@v4"

0 commit comments

Comments
 (0)