Skip to content

Commit

Permalink
fix postpublish sh
Browse files Browse the repository at this point in the history
  • Loading branch information
Manuel Vilche committed Feb 1, 2024
1 parent d453df9 commit 884a2ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .postpublish.sh
Expand Up @@ -20,7 +20,7 @@ PACKAGE_VERSION=$(cat package.json \

curl -s -X POST -H 'content-type: application/json' -d "
{
\"username\": \"API List\",
\"username\": \"Redis\",
\"icon_url\":\"https://static.janis.in/microservices-v2-logos/janis.png\",
\"text\": \":package: Versión $PACKAGE_VERSION publicada. <https://github.com/janis-commerce/api-list/blob/master/CHANGELOG.md|[CHANGELOG]>\"
\"text\": \":package: Versión $PACKAGE_VERSION publicada. <https://github.com/janis-commerce/redis/blob/master/CHANGELOG.md|[CHANGELOG]>\"
}" $SLACK_WEBHOOK

0 comments on commit 884a2ec

Please sign in to comment.