pub-solar-os/.github/workflows/changelog.yml
Workflow config file is invalid. Please check your config file: yaml: line 5: did not find expected '-' indicator
2021-02-26 01:04:43 -07:00

16 lines
298 B
YAML

name: Changelog
on:
push:
tags:
- [0-9]+.[0-9]+.[0-9]+
jobs:
generate_changelog:
runs-on: ubuntu-latest
steps:
- name: Generate change log
uses: heinrichreimer/github-changelog-generator-action@v2.1.1
with:
token: ${{ secrets.GITHUB_TOKEN }}