Skip to content

Commit

Permalink
fix: CI publish failing
Browse files Browse the repository at this point in the history
  • Loading branch information
snaselj committed Jan 5, 2024
1 parent 2875347 commit 119fc20
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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"
Expand Down

0 comments on commit 119fc20

Please sign in to comment.