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