Skip to content

docs: update changelog #12

docs: update changelog

docs: update changelog #12

Workflow file for this run

name: "Release"
on:
push:
tags:
- v**
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: cachix/haskell-release-action@v1
with:
branch: master
hackage-token: "${{ secrets.HACKAGE_AUTH_TOKEN }}"