Skip to content

Commit e6ddf98

Browse files
committed
running commands as sudo
1 parent d05fe2f commit e6ddf98

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-
python scripts/tag_and_release.py
94+
sudo python scripts/tag_and_release.py
9595
- store_artifacts:
9696
path: CHANGELOG.md
9797
- save_cache:

0 commit comments

Comments
 (0)