Skip to content

Adding more detailed information to make it easier to filter the data in Grafana for plotting #14

Adding more detailed information to make it easier to filter the data in Grafana for plotting

Adding more detailed information to make it easier to filter the data in Grafana for plotting #14

Workflow file for this run

name: Release
on:
pull_request:
types: closed
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Tag
uses: K-Phoen/semver-release-action@master
with:
release_branch: main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}