add github workflow for release

This commit is contained in:
Oliver Gorwits
2021-08-15 13:41:10 +01:00
parent b0ea7bc0bd
commit 6cf9caf2ec

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

@@ -0,0 +1,16 @@
name: Make GitHub Release on Tagged Master
on:
push:
tags:
- '2.[0-9][0-9][0-9][0-9][0-9][0-9]'
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@master
- name: Netdisco Release
uses: elgohr/Github-Release-Action@master
env:
GITHUB_TOKEN: ${{ secrets.RELEASE_TOKEN }}
with:
args: Netdisco Release