Skip to content

Enable coverage tracking in CI #31

Enable coverage tracking in CI

Enable coverage tracking in CI #31

Workflow file for this run

name: 'tag'
on:
push:
branches:
- master
jobs:
tag:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: christophebedard/tag-version-commit@v1
with:
token: ${{ secrets.TAG_CREATION_TOKEN }}