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 f5f7ada commit a4806e1Copy full SHA for a4806e1
1 file changed
.github/workflows/build.yml
@@ -56,7 +56,7 @@ jobs:
56
- name: Extract changelog entry
57
run: |
58
awk '/^## \[/{if(f) exit; f=1; next} f' \
59
- src/Simplify.Web.MessageBox/CHANGELOG.md \
+ Simplify.Web.MessageBox/CHANGELOG.md \
60
> /tmp/release_notes.md
61
62
- name: Create release
0 commit comments