Skip to content

Release

Release #1

Workflow file for this run

name: Release
on:
release:
types: [published]
jobs:
checks:
name: Version check
runs-on: ubuntu-latest
steps:
- name: Check version
run: '[ "${{ release.tag_name }}" == `poetry version` ]'

Check failure on line 13 in .github/workflows/release.yaml

View workflow run for this annotation

GitHub Actions / Release

Invalid workflow file

The workflow is not valid. .github/workflows/release.yaml (Line: 13, Col: 14): Unrecognized named-value: 'release'. Located at position 1 within expression: release.tag_name