diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2e97b71..e1e6ff3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -96,3 +96,8 @@ jobs: --generate-notes \ --title $VERSION $PRERELEASE_FLAG working-directory: ./go-highs + + - name: notify slack + run: | + export DATA="{\"text\":\"Release notification - go-highs $VERSION (see )\"}" + curl -X POST -H 'Content-type: application/json' --data "$DATA" ${{ secrets.SLACK_WEBHOOK_URL }}