Skip to content

replace invalid chars in topic #11

replace invalid chars in topic

replace invalid chars in topic #11

Workflow file for this run

name: Create 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@v1