chore: auto release

This commit is contained in:
ikechan8370 2023-02-25 20:29:30 +08:00
parent aff436007d
commit 29c8f9c19d

19
.github/workflows/tagged-released.yml vendored Normal file
View file

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