Skip to content

🐎 ci: change version #2

🐎 ci: change version

🐎 ci: change version #2

Workflow file for this run

# 根据 tag 自动创建发行版
name: Create Release
# name: Main
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Release
uses: softprops/action-gh-release@v2