diff --git a/.github/workflows/prerelease.yml b/.github/workflows/prerelease.yml index 28dab003..de47c1c4 100644 --- a/.github/workflows/prerelease.yml +++ b/.github/workflows/prerelease.yml @@ -15,6 +15,9 @@ jobs: with: fetch-depth: 0 token: ${{ secrets.DEPLOYMENT_TOKEN }} + - name: Remove trailing whitespace + run: | + find . -name ".gd$" -type f | xargs sed -i 's/[[:space:]]$//' - name: Calculate version id: calculate_version uses: mathieudutour/github-tag-action@v5.6