Skip to content

Update dependency @datadog/datadog-api-client to v1.23.0 #17

Update dependency @datadog/datadog-api-client to v1.23.0

Update dependency @datadog/datadog-api-client to v1.23.0 #17

Workflow file for this run

name: release
on:
pull_request:
paths:
- .github/workflows/release.yaml
push:
branches:
- main
tags:
- v*
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- run: bash release.sh
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}