Skip to content

testing tag in ci

testing tag in ci #1

Workflow file for this run

name: Testing tag usage
on:
push:
tags:
- 'v*'
jobs:
github-example-tags:
steps:

Check failure on line 10 in .github/workflows/tag.yml

View workflow run for this annotation

GitHub Actions / Testing tag usage

Invalid workflow file

The workflow is not valid. .github/workflows/tag.yml (Line: 10, Col: 5): Required property is missing: runs-on
- name: GitHub Tag Name example
run: |
echo "Tag name from github.ref_name: ${{ github.ref_name }}"