提交 065acbb5 编写于 作者: 查尔斯-BUG万象集's avatar 查尔斯-BUG万象集

ci: 新增自动发版 workflow

上级 a5a8739e
name: Release
on:
push:
tags:
- 'v*' # Push events to matching v*, i.e. v1.0.0
jobs:
release:
if: github.repository == 'Charles7c/continew-admin'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
- name: Create Release for Tag
id: release_tag
uses: yyx990803/release-tag@master
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
tag_name: ${{ github.ref }}
body: |
详情请参阅 [CHANGELOG.md](https://github.com/${{ github.repository }}/blob/dev/CHANGELOG.md)。
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册