Skip to content

Fix CI Build Example #path #26

Fix CI Build Example #path

Fix CI Build Example #path #26

Workflow file for this run

name: Release
on:
push:
tags:
- "*.*.*"
jobs:
build:
name: Create release
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Release
uses: softprops/action-gh-release@v1