diff --git a/nautobot-app/{{ cookiecutter.project_slug }}/.github/workflows/ci.yml b/nautobot-app/{{ cookiecutter.project_slug }}/.github/workflows/ci.yml index 34b6741..c2f3caf 100644 --- a/nautobot-app/{{ cookiecutter.project_slug }}/.github/workflows/ci.yml +++ b/nautobot-app/{{ cookiecutter.project_slug }}/.github/workflows/ci.yml @@ -251,6 +251,8 @@ jobs: name: "Publish to GitHub" runs-on: "ubuntu-22.04" if: "startsWith(github.ref, 'refs/tags/v')" + env: + INVOKE_{{ cookiecutter.app_name.upper() }}_LOCAL: "True" steps: - name: "Check out repository code" uses: "actions/checkout@v4" @@ -284,6 +286,8 @@ jobs: name: "Push Package to PyPI" runs-on: "ubuntu-22.04" if: "startsWith(github.ref, 'refs/tags/v')" + env: + INVOKE_{{ cookiecutter.app_name.upper() }}_LOCAL: "True" steps: - name: "Check out repository code" uses: "actions/checkout@v4"