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 75e15a2 commit 90ed77eCopy full SHA for 90ed77e
.github/workflows/release.yml
@@ -61,7 +61,9 @@ jobs:
61
- name: Release
62
uses: softprops/action-gh-release@v1
63
with:
64
- body: '[Changelog](https://github.com/containerscrew/aws-sso-auth/blob/main/CHANGELOG.md)'
+ #body: '[Changelog](https://github.com/containerscrew/aws-sso-auth/blob/main/CHANGELOG.md)'
65
files: "*.zip"
66
env:
67
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
68
+ generate_release_notes: true
69
+ append_body: true
0 commit comments