Skip to content

Remove erroneous : from tag_docs yml #8

Remove erroneous : from tag_docs yml

Remove erroneous : from tag_docs yml #8

Workflow file for this run

name: tag_docs
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
tag_docs:
runs-on: ubuntu-latest
steps:
- name: Eyeball GitHub tag
run: echo "Tag name from GITHUB_REF: ${{ github.ref }}"

Check failure on line 11 in .github/workflows/tag_docs.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/tag_docs.yml

Invalid workflow file

You have an error in your yaml syntax on line 11