We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e6ddf98 commit 5d5a5cbCopy full SHA for 5d5a5cb
.circleci/config.yml
@@ -91,7 +91,7 @@ jobs:
91
- run:
92
name: Tag and Release
93
command: |
94
- sudo python scripts/tag_and_release.py
+ sudo -E python scripts/tag_and_release.py
95
- store_artifacts:
96
path: CHANGELOG.md
97
- save_cache:
0 commit comments