Skip to content

Merge branch 'release/0.2.8' #12

Merge branch 'release/0.2.8'

Merge branch 'release/0.2.8' #12

Workflow file for this run

name: Create release
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: ncipollo/release-action@v1
- name: Update changelog
run: npx changelogithub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}