We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3f22d0c + 536c4eb commit 9628a39Copy full SHA for 9628a39
.github/workflows/release.yml
@@ -111,3 +111,9 @@ jobs:
111
--generate-notes \
112
--title $VERSION $PRERELEASE_FLAG
113
working-directory: ./sdk
114
+
115
+ - name: notify slack
116
+ if: ${{ inputs.IS_PRE_RELEASE == false }}
117
+ run: |
118
+ export DATA="{\"text\":\"Release notification - sdk $VERSION (see <https://github.com/nextmv-io/sdk/releases/$VERSION|release notes>)\"}"
119
+ curl -X POST -H 'Content-type: application/json' --data "$DATA" ${{ secrets.SLACK_URL_MISSION_CONTROL }}
0 commit comments