Skip to content

Commit

Permalink
fix: set perms on shell script
Browse files Browse the repository at this point in the history
  • Loading branch information
ZanzyTHEbar committed Mar 10, 2023
1 parent d502180 commit 6539b29
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,9 @@ jobs:
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: semantic-release
run: |
chmod +x ./repo-tools/scripts/prepareCMD.sh
semantic-release
cleanup:
name: Cleanup actions
Expand Down

0 comments on commit 6539b29

Please sign in to comment.