We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3819672 commit 3d2cc84Copy full SHA for 3d2cc84
.github/workflows/publish-npm.yml
@@ -61,4 +61,4 @@ jobs:
61
SLACK_WEBHOOK_URL: ${{ secrets.SLACK_PUBLISH_WEBHOOK_URL }}
62
MANTLE_VERSION: ${{ env.MANTLE_VERSION }}
63
run: |
64
- curl -X POST -H 'Content-type: application/json' --data '{"text":"`@ngrok/mantle@${{ env.MANTLE_VERSION }}` published to npm!\nInstall with: `pnpm add -E @ngrok/mantle@${{ env.MANTLE_VERSION }}`\n<https://github.com/ngrok-oss/mantle/releases/tag/v${{ env.MANTLE_VERSION }}|Release Notes>"}' $SLACK_WEBHOOK_URL
+ curl -X POST -H 'Content-type: application/json' --data '{"text":"`@ngrok/mantle@${{ env.MANTLE_VERSION }}` published to npm!\nInstall with: `pnpm add -E @ngrok/mantle@${{ env.MANTLE_VERSION }}`\n<https://github.com/ngrok-oss/mantle/releases/tag/%40ngrok%2Fmantle%40${{ env.MANTLE_VERSION }}|Release Notes>"}' $SLACK_WEBHOOK_URL
0 commit comments