We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents df48f75 + efacdd4 commit a79f454Copy full SHA for a79f454
1 file changed
.github/workflows/build-release.yaml
@@ -72,6 +72,7 @@ jobs:
72
- name: Create GitHub release
73
uses: "softprops/action-gh-release@v2"
74
with:
75
+ body: ${{ steps.changelog.outputs.changes }}
76
token: "${{ secrets.GITHUB_TOKEN }}"
77
draft: false
78
prerelease: false
@@ -107,9 +108,6 @@ jobs:
107
108
packages_dir: dist/${{ matrix.component }}
109
verbose: true
110
slack-notification:
- strategy:
111
- matrix:
112
- channels: [ "#releases" ]
113
runs-on: ubuntu-latest
114
needs: publish
115
steps:
@@ -119,5 +117,5 @@ jobs:
119
117
method: chat.postMessage
120
118
token: ${{ secrets.SLACK_BOT_TOKEN }}
121
payload: |
122
- channel: ${{ matrix.channels }}
+ channel: "#releases"
123
text: "The release of *gooddata-python-sdk@${{ github.ref_name }}*, has been successful. :tada:"
0 commit comments