We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bc63410 commit 576e8b4Copy full SHA for 576e8b4
.github/workflows/release.yml
@@ -22,6 +22,6 @@ jobs:
22
flags: gm
23
- name: Set release body
24
uses: softprops/action-gh-release@v2
25
+ run: echo ${{ steps.regex-match.outputs.group1 }}
26
with:
- run: echo ${{ steps.regex-match.outputs.group1 }}
27
body: ${{ steps.regex-match.outputs.group1 }}
0 commit comments