Skip to content

ci: add auto-release workflow on tag push #1

ci: add auto-release workflow on tag push

ci: add auto-release workflow on tag push #1

Workflow file for this run

name: Release
on:
push:
tags:
- 'v*'
jobs:
release:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Create Release
uses: softprops/action-gh-release@v2
with:
generate_release_notes: true