Skip to content

Commit

Permalink
fix: sudo rm appledoc (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-fiedler committed May 30, 2023
1 parent 5c15979 commit 53ba490
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ jobs:
cd appledoc/
sudo sh install-appledoc.sh
cd ../
rm -rf appledoc/
sudo rm -rf appledoc/
- name: Semantic Release --dry-run
if: ${{ github.event.inputs.dryRun == 'true'}}
Expand Down

0 comments on commit 53ba490

Please sign in to comment.