Skip to content

Commit 5d5a5cb

Browse files
committed
Ensuring Environment variables are passed
1 parent e6ddf98 commit 5d5a5cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.circleci/config.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
- run:
9292
name: Tag and Release
9393
command: |
94-
sudo python scripts/tag_and_release.py
94+
sudo -E python scripts/tag_and_release.py
9595
- store_artifacts:
9696
path: CHANGELOG.md
9797
- save_cache:

0 commit comments

Comments
 (0)