Skip to content

fix(#90): incorrect cht replication dashboard apdex calculations (#91) #40

fix(#90): incorrect cht replication dashboard apdex calculations (#91)

fix(#90): incorrect cht replication dashboard apdex calculations (#91) #40

Workflow file for this run

name: Release
on:
push:
branches:
- main
jobs:
release:
name: Release
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
with:
persist-credentials: false
- name: Setup Node.js
uses: actions/setup-node@v3
with:
node-version: 18.x
- name: Install dependencies
run: npm ci
- name: Release
env:
GITHUB_TOKEN: ${{ secrets.GH_ADMIN_TOKEN }}
run: npx semantic-release