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