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 c4c2c7c commit 585f41cCopy full SHA for 585f41c
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
- name: Transform Plugin Readme
13
run: |
14
cp ./README.md ./readme.txt
15
- sed -i '' -e 's/^# \(.*\)$/=== \1 ===/' -e 's/ #* ===$/ ===/' -e 's/^## \(.*\)$/== \1 ==/' -e 's/ #* ==$/ ==/' -e 's/^### \(.*\)$/= \1 =/' -e 's/ #* =$/ =/' ./readme.txt
+ sed -i -e 's/^# \(.*\)$/=== \1 ===/' -e 's/ #* ===$/ ===/' -e 's/^## \(.*\)$/== \1 ==/' -e 's/ #* ==$/ ==/' -e 's/^### \(.*\)$/= \1 =/' -e 's/ #* =$/ =/' ./readme.txt
16
- name: WordPress Plugin Deploy
17
id: deploy
18
uses: 10up/action-wordpress-plugin-deploy@stable
0 commit comments