Skip to content

Commit 27fdf56

Browse files
authored
Remove .env copying step from build-release workflow
Removed step to copy .env.example to .env in workflow.
1 parent efb650d commit 27fdf56

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/build-release.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,10 +49,6 @@ jobs:
4949
with:
5050
submodules: recursive
5151

52-
- name: Copy .env.example to .env
53-
run: cp .env.example .env
54-
shell: bash
55-
5652
- name: Set up Python
5753
uses: actions/setup-python@v4
5854
with:

0 commit comments

Comments
 (0)