chore: add release-tagged-version.yml

This commit is contained in:
Xyphuz 2022-05-08 14:57:06 +08:00
parent 5fe565d8aa
commit 1297b0e671

View file

@ -0,0 +1,18 @@
---
name: "Release Tagged Version"
on:
push:
tags:
- "v*"
jobs:
tagged-release:
runs-on: "ubuntu-latest"
steps:
- name: "Release Tagged Version"
uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
prerelease: false