Skip to content

Commit

Permalink
undo deleting of ping_slack_about_package_release.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
tabergma committed Jan 2, 2025
1 parent 9a9f29e commit bf7b108
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/ping_slack_about_package_release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash

set -Eeuo pipefail

Check warning on line 3 in scripts/ping_slack_about_package_release.sh

View workflow job for this annotation

GitHub Actions / Typo CI

Eeuo

"Eeuo" is a typo. Did you mean "Euro"?

if [[ ${GITHUB_TAG} =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then
curl -X POST -H "Content-type: application/json" \
--data "{\"text\":\"💥 New *Rasa Open Source* version ${GITHUB_TAG} has been released! https://github.com/RasaHQ/rasa/releases/tag/${GITHUB_TAG}\"}" \
"https://hooks.slack.com/services/T0GHWFTS8/BMTQQL47K/${SLACK_WEBHOOK_TOKEN}"
fi

0 comments on commit bf7b108

Please sign in to comment.