Skip to content

Release

Release #3

Workflow file for this run

name: "Release"
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: GH Release
uses: softprops/action-gh-release@v0.1.15