shirou_gopsutil/.github/workflows/release.yml

16 lines
268 B
YAML
Raw Normal View History

2022-04-30 00:31:55 +08:00
on:
schedule:
- cron: '0 1 1 * *' # UTC 01:00 on the first day of the Month
name: Release
permissions:
contents: write
2022-04-30 00:31:55 +08:00
jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Release
run: make release