Skip to content

Commit

Permalink
fix: Revert change to regex that broke the pattern
Browse files Browse the repository at this point in the history
  • Loading branch information
iwishiwasaneagle committed Mar 28, 2024
1 parent bf26869 commit 54f7153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
r="$(printf "$r" | tail -n +3)"
r="${r//'%'/'%25'}"
r="${r//$'\n'/'%0A'}"
r="${r//$'\r'/ &&
r="${r//$'\r'/'%0D'}"
build:
name: Build document
runs-on: ubuntu-latest
Expand Down

0 comments on commit 54f7153

Please sign in to comment.