Skip to content

Commit

Permalink
Merge pull request #204 from nautobot/main
Browse files Browse the repository at this point in the history
Main to develop post v2.0.2
  • Loading branch information
whitej6 authored Jan 8, 2024
2 parents d6b1356 + fcffca6 commit 2a5d75e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down
1 change: 0 additions & 1 deletion changes/198.changed

This file was deleted.

1 change: 0 additions & 1 deletion changes/199.fixed

This file was deleted.

0 comments on commit 2a5d75e

Please sign in to comment.