We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 812f538 commit dcce932Copy full SHA for dcce932
.github/workflows/release-source-distribution.yml
@@ -46,6 +46,7 @@ jobs:
46
rm -f grails/grails-forge/gradle/wrapper/gradle-wrapper.properties
47
rm -f grails/grails-forge/gradlew
48
rm -f grails/KEYS
49
+ find grails -type f -name '.gitattributes' -delete
50
- name: "Download CHECKSUMS.txt and rename to CHECKSUMS"
51
env:
52
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments