Skip to content

升级到 v3.0.4

升级到 v3.0.4 #11

Workflow file for this run

name: Release
on:
push:
tags:
- "v*.*.*"
jobs:
build:
runs-on: windows-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Get version
uses: olegtarasov/get-tag@v2.1
id: tagName
- name: Release
uses: softprops/action-gh-release@v1
if: startsWith(github.ref, 'refs/tags/')
with:
# 配置【README地址】
body: |
Release为自动生成,具体内容请查看提交日志,或直接查看[README](https://github.com/JiuLing-zhang/ListenTogether#readme)