Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

init: workflow

init: workflow #1

Workflow file for this run

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