Skip to content

Commit

Permalink
Adding slack release notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
merschformann committed Sep 18, 2024
1 parent aca0008 commit 622cb5d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/nextmv-io/go-highs/releases/$VERSION|release notes>)\"}"
curl -X POST -H 'Content-type: application/json' --data "$DATA" ${{ secrets.SLACK_WEBHOOK_URL }}

0 comments on commit 622cb5d

Please sign in to comment.