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 c3e424b commit 718dc3dCopy full SHA for 718dc3d
.github/workflows/many--publish-npm-package.yaml
@@ -77,6 +77,11 @@ jobs:
77
link="https://$domain/$repo/blob/$commit"
78
sed --in-place "s#\(\[.*\]\)(\./\([^)]*\))#\1($link/\2)#g" "$file"
79
sed --in-place "s#\(src\|srcset\)=\"\./#\1=\"$link/#g" "$file"
80
+ - name: Remove sections from readme.
81
+ run: |
82
+ sed --in-place '/<badges-container/,/<\/badges-container>/d' README.md
83
+ sed --in-place '/<toc-section/,/<\/toc-section>/d' README.md
84
+ sed --in-place '/<contributing-section/,/<\/contributing-section>/d' README.md
85
- name: Publish NPM package to registry (tags)
86
if: steps.version.outputs.is_release == 'true'
87
run: |
0 commit comments