Skip to content

Starting work on releases #1

Starting work on releases

Starting work on releases #1

Workflow file for this run

name: Create release
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
jobs:
print-tag:
steps:

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

View workflow run for this annotation

GitHub Actions / Create release

Invalid workflow file

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