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 19d5a17 commit d1b8e7dCopy full SHA for d1b8e7d
.github/workflows/release.yml
@@ -57,9 +57,7 @@ jobs:
57
58
- name: Generate changelog for the release
59
run: |
60
- sed '/## \[${{ steps.previoustag.outputs.tag }}\]/Q' \
61
- /mnt/c/Develop/ansible-collection-hardening/CHANGELOG.md \
62
- > CHANGELOGRELEASE.md
+ sed '/## \[${{ steps.previoustag.outputs.tag }}\]/Q' CHANGELOG.md > CHANGELOGRELEASE.md
63
64
- name: Read CHANGELOG.md
65
id: package
0 commit comments