Skip to content

docs: fix CHANGELOG #14

docs: fix CHANGELOG

docs: fix CHANGELOG #14

Workflow file for this run

name: Release by tag
on:
push:
tags:
- '*'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: ncipollo/release-action@v1
with:
token: ${{ secrets.GH_PAT }}