Skip to content

Merge branch 'hotfix/v7.3.1' into main #50

Merge branch 'hotfix/v7.3.1' into main

Merge branch 'hotfix/v7.3.1' into main #50

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