mirror of https://github.com/shirou/gopsutil
Merge pull request #1292 from shirou/feature/add_release_action
add a GitHub action to auto releasetags/v3.22.4 v3.22.4
commit
24a1ae54b4
@ -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
|
Loading…
Reference in New Issue