mirror of
https://github.com/rfc1036/whois.git
synced 2026-01-03 06:15:17 +00:00
Add a Github workflow to automatically make releases
This commit is contained in:
parent
977d6242d2
commit
3ab4353e9e
18
.github/workflows/release.yml
vendored
Normal file
18
.github/workflows/release.yml
vendored
Normal file
@ -0,0 +1,18 @@
|
||||
name: Publish a Github release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
tags:
|
||||
- "v*.*"
|
||||
|
||||
jobs:
|
||||
release:
|
||||
runs-on: debian-latest
|
||||
permissions:
|
||||
contents: write
|
||||
steps:
|
||||
- name: Release
|
||||
uses: softprops/action-gh-release@v1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user