We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 726774a commit 20163a9Copy full SHA for 20163a9
.github/workflows/release-doc.yml
@@ -25,7 +25,7 @@ jobs:
25
grep -rl '!!! note alert alert-primary' ${{ github.workspace }}-CHANGELOG.txt | xargs --no-run-if-empty sed -i 's/\!\!\! note alert alert-primary "\(.*\)"/\> \:memo\: **\1**/g'
26
grep -rl '!!! note alert alert-primary' ${{ github.workspace }}-CHANGELOG.txt | xargs --no-run-if-empty sed -i 's/\!\!\! note alert alert-primary/\> \:memo\: **Note**/g'
27
- name: Create Release
28
- uses: softprops/action-gh-release@v1
+ uses: softprops/action-gh-release@v2
29
with:
30
body_path: ${{ github.workspace }}-CHANGELOG.txt
31
draft: true
0 commit comments