Skip to content

add release workflow #1

add release workflow

add release workflow #1

Workflow file for this run

name: Main
on: push
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v2
with:
tag_name: ${{ github.ref }}
token: ${{ secrets.GITHUB_TOKEN }}