Skip to content

Commit ac57d9a

Browse files
authored
Fix release.yml, redefinition of top-level "env" (ansible#644)
Fallout from ansible#598. Signed-off-by: Rick Elrod <[email protected]>
1 parent 2cf0b5b commit ac57d9a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,11 @@ name: Release django-ansible-base
33

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

78
on:
89
workflow_dispatch:
910

10-
env:
11-
PROJECT_NAME: django-ansible-base
12-
1311
jobs:
1412
build:
1513
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)