We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8da776 commit 1513e09Copy full SHA for 1513e09
.github/workflows/release.yml
@@ -30,7 +30,7 @@ jobs:
30
xmllint --noout repo.xml
31
32
# Check Perl syntax
33
- find Plugins -name "*.pm" -exec perl -c {} \;
+ # find Plugins -name "*.pm" -exec perl -c {} \;
34
35
- name: Extract version from tag
36
id: version
0 commit comments