Skip to content

chore(release): bump version 0.5.0 #37

chore(release): bump version 0.5.0

chore(release): bump version 0.5.0 #37

Workflow file for this run

name: Changelog
on:
push:
tags:
- "v*.*.*"
workflow_dispatch:
jobs:
- name: Check out repository

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

View workflow run for this annotation

GitHub Actions / .github/workflows/release.yaml

Invalid workflow file

You have an error in your yaml syntax on line 11
uses: actions/checkout@v3
with:
fetch-depth: 0
- name: Generate a changelog
uses: orhun/git-cliff-action@v3
with:
config: cliff.toml
args: --verbose
env:
OUTPUT: docs/CHANGELOG.md
GITHUB_REPO: ${{ github.repository }}