Skip to content

bump: patch version #12

bump: patch version

bump: patch version #12

Workflow file for this run

name: release
on:
push:
tags:
- "v*.*.*"
- "v*.*.*-*"
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Release
uses: softprops/action-gh-release@v1
with:
body: Please read the [CHANGELOG](https://github.com/${{github.repository}}/blob/master/CHANGELOG.md#${{github.ref_name}}).