Skip to content

connection and port byte count metrics and metric alerts (#88) #63

connection and port byte count metrics and metric alerts (#88)

connection and port byte count metrics and metric alerts (#88) #63

name: Bump version
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
# Fetches entire history, so we can analyze commits since last tag
fetch-depth: 0
- name: Bump version and push tag
id: tag_version
uses: mathieudutour/github-tag-action@v6.2
with:
github_token: ${{ secrets.GITHUB_TOKEN }}