add a GitHub action to auto release

This commit is contained in:
shirou 2022-04-29 16:31:55 +00:00
parent c9a292ae52
commit ea6bed829b
1 changed files with 12 additions and 0 deletions

12
.github/workflows/release.yml vendored Normal file
View File

@ -0,0 +1,12 @@
on:
schedule:
- cron: '0 1 1 * *' # UTC 01:00 on the first day of the Month
name: Release
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Release
run: make release