Skip to content

Commit

Permalink
fix(GitHub): remove install command from message
Browse files Browse the repository at this point in the history
  • Loading branch information
hamikhambardzumyan authored Feb 21, 2024
1 parent 9b2c538 commit cc282c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
VERSION=$(jq -r '.version' dist/package.json)
VERSION_URL="https://www.npmjs.com/package/@geneui/components/v/$VERSION"
MESSAGE="@channel\nNew canary version [$VERSION]($VERSION_URL) is published on NPM. For installation follow the below command.\n```\nnpm i $VERSION\n```"
MESSAGE="@channel\nNew canary version [$VERSION]($VERSION_URL) is published on NPM"
curl -X POST -H "Content-Type: application/json" -d "{\"text\": \"$MESSAGE\", \"username\": \"NPM\", \"icon_url\": \"https://static-production.npmjs.com/b0f1a8318363185cc2ea6a40ac23eeb2.png\"}" $INTERNAL_NOTIFICATION_CHANNEL_API_ENDPOINT
curl -X POST -H "Content-Type: application/json" -d "{\"text\": \"$MESSAGE\", \"username\": \"NPM\", \"icon_url\": \"https://static-production.npmjs.com/b0f1a8318363185cc2ea6a40ac23eeb2.png\"}" $INTERNAL_NOTIFICATION_CHANNEL_API_ENDPOINT

0 comments on commit cc282c5

Please sign in to comment.