Skip to content

chore: add catalyst #30

chore: add catalyst

chore: add catalyst #30

Workflow file for this run

name: Release
on:
workflow_dispatch:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: heinrichreimer/github-changelog-generator-action@v2.1.1
id: changelog
with:
token: ${{ secrets.GITHUB_TOKEN }}
onlyLastTag: true
stripGeneratorNotice: true
stripHeaders: true
- uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GITHUB_TOKEN }}
allowUpdates: true
body: |
${{ steps.changelog.outputs.changelog }}