Skip to content

Commit

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

Signed-off-by: Rick Elrod <[email protected]>
  • Loading branch information
relrod committed Nov 15, 2024
1 parent 2cf0b5b commit 2cdfef2
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 2cdfef2

Please sign in to comment.