Closed Djaytan closed 9 months ago
Issues
0 New issues
Measures
0 Security Hotspots
No data about Coverage
No data about Duplication
:tada: This PR is included in version 3.0.3 :tada:
The release is available on:
v3.0.3
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 3.0.3 :tada:
The release is available on:
v3.0.3
Your semantic-release bot :package::rocket:
:tada: This PR is included in version 3.0.3 :tada:
The release is available on GitHub release
Your semantic-release bot :package::rocket:
It seems the
generate-plugin.sh
file is stored in Git without execution permission, which lead to the following error when trying to release a new version through the dedicated GitHub Actions workflow:Trying to execute the command
chmod +x generate-plugin.sh
doesn't imply any change. Then I found the following article which provided me the right solution to fix the issue: https://www.designcise.com/web/tutorial/how-to-fix-github-action-permission-denied-error-when-executing-a-file.The solution on Windows was to execute the following command instead: