Skip to content

test --tags

test --tags #16

Workflow file for this run

name: docs
on:
push:
tags:
- 'v*'
jobs:
docs:
runs-on: [self-hosted, x64, Linux, ubuntu, generic]
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Check git describe
run: git describe --always --tags