chore: Remove trailing whitespace on merge to develop (#523)
This commit is contained in:
3
.github/workflows/prerelease.yml
vendored
3
.github/workflows/prerelease.yml
vendored
@@ -15,6 +15,9 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
fetch-depth: 0
|
fetch-depth: 0
|
||||||
token: ${{ secrets.DEPLOYMENT_TOKEN }}
|
token: ${{ secrets.DEPLOYMENT_TOKEN }}
|
||||||
|
- name: Remove trailing whitespace
|
||||||
|
run: |
|
||||||
|
find . -name ".gd$" -type f | xargs sed -i 's/[[:space:]]$//'
|
||||||
- name: Calculate version
|
- name: Calculate version
|
||||||
id: calculate_version
|
id: calculate_version
|
||||||
uses: mathieudutour/github-tag-action@v5.6
|
uses: mathieudutour/github-tag-action@v5.6
|
||||||
|
|||||||
Reference in New Issue
Block a user