We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 61d84f2 commit 2afcd7fCopy full SHA for 2afcd7f
.github/workflows/test-and-deploy.yml
@@ -66,6 +66,11 @@ jobs:
66
make release
67
dotnet nuget push **/*.nupkg -k ${{ secrets.NUGET_API_KEY }} -s https://api.nuget.org/v3/index.json --skip-duplicate
68
69
+ - name: Submit metric to Datadog
70
+ uses: sendgrid/dx-automator/actions/datadog-release-metric@main
71
+ env:
72
+ DD_API_KEY: ${{ secrets.DATADOG_API_KEY }}
73
+
74
notify-on-failure:
75
name: Slack notify on failure
76
if: failure() && github.event_name != 'pull_request' && (github.ref == 'refs/heads/main' || github.ref_type == 'tag')
0 commit comments