Skip to content

feat: update changelog #29

feat: update changelog

feat: update changelog #29

name: Automatic Release
on:
push:
tags:
- 'v*'
jobs:
build:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- uses: ncipollo/release-action@v1
with:
name: "${{github.ref_name}}"
bodyFile: ".github/latest.md"