Skip to content

Commit

Permalink
Fix release.yml, redefinition of top-level "env" (#644)
Browse files Browse the repository at this point in the history
Fallout from #598.

Signed-off-by: Rick Elrod <[email protected]>
  • Loading branch information
relrod authored Nov 15, 2024
1 parent 2cf0b5b commit ac57d9a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,11 @@ name: Release django-ansible-base

env:
LC_ALL: "C.UTF-8" # prevent ERROR: Ansible could not initialize the preferred locale: unsupported locale setting
PROJECT_NAME: django-ansible-base

on:
workflow_dispatch:

env:
PROJECT_NAME: django-ansible-base

jobs:
build:
runs-on: ubuntu-latest
Expand Down

0 comments on commit ac57d9a

Please sign in to comment.