Skip to content

Add gh-action to create a release on v*.*.* tags #1

Add gh-action to create a release on v*.*.* tags

Add gh-action to create a release on v*.*.* tags #1

Workflow file for this run

name: Release
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true
make_latest: true