mirror of
https://github.com/shirou/gopsutil.git
synced 2025-05-15 19:29:13 +08:00
16 lines
268 B
YAML
16 lines
268 B
YAML
on:
|
|
schedule:
|
|
- cron: '0 1 1 * *' # UTC 01:00 on the first day of the Month
|
|
|
|
name: Release
|
|
permissions:
|
|
contents: write
|
|
|
|
jobs:
|
|
release:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- uses: actions/checkout@v2
|
|
- name: Release
|
|
run: make release
|