DataDog / serverless-plugin-datadog

Serverless plugin to automagically instrument your Lambda functions with Datadog
Apache License 2.0
96 stars 49 forks source link

Fix Slack bot for npm publish failure #557

Open lym953 opened 3 days ago

lym953 commented 3 days ago

Motivation

NPM publish failed, but Slack bot step was skipped.

What does this PR do?

Fix the Slack bot triggered by npm publish failure, similar to https://github.com/DataDog/serverless-self-monitoring/pull/286

Testing Guidelines

Steps

  1. Add this to publish.yml
    on:
    release:
    types: [created]
    + push:
  2. Push

Result

Message was sent:

image

Additional Notes

Types of changes

Check all that apply