Skip to content

Commit

Permalink
fix: apply Version bump commit file perms with sudo (#1281)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken Payne authored Dec 19, 2022
1 parent e2f732e commit 34d2d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/version_bump.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:

- name: Set repo file permissions
run: |
chown -R $USER:$USER .git/objects
sudo chown -R $USER:$USER .git/objects
- name: Set up Python
uses: actions/[email protected]
Expand Down

0 comments on commit 34d2d4e

Please sign in to comment.