We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c6f4719 commit e3045c8Copy full SHA for e3045c8
.github/workflows/release.yml
@@ -1,4 +1,5 @@
1
name: release
2
+run-name: Release of ${{ inputs.version }}
3
4
on:
5
workflow_dispatch:
@@ -51,7 +52,9 @@ jobs:
51
52
53
- name: Write output to file
54
run: |
- printf '${{ steps.extract-changelog.outputs.markdown }}' > __CHANGELOG-extracted.md
55
+ cat <<'__EOF__' > __CHANGELOG-extracted.md
56
+ ${{ steps.extract-changelog.outputs.markdown }}
57
+ __EOF__
58
59
- uses: ncipollo/release-action@v1
60
with:
0 commit comments