Skip to content

Commit

Permalink
Merge pull request #16 from nextmv-io/merschformann/slack-notifications
Browse files Browse the repository at this point in the history
Adds Slack notifications about releases
  • Loading branch information
merschformann authored Sep 18, 2024
2 parents aca0008 + e4feb67 commit 64e6a0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <https://github.com/nextmv-io/go-highs/releases/$VERSION|release notes>)\"}"
curl -X POST -H 'Content-type: application/json' --data "$DATA" ${{ secrets.SLACK_URL_MISSION_CONTROL }}

0 comments on commit 64e6a0c

Please sign in to comment.