From 6cf9caf2ec979add478e7fd633029a5e8a06485e Mon Sep 17 00:00:00 2001 From: Oliver Gorwits Date: Sun, 15 Aug 2021 13:41:10 +0100 Subject: [PATCH] add github workflow for release --- .github/workflows/release.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/release.yml diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml new file mode 100644 index 00000000..16fdfa91 --- /dev/null +++ b/.github/workflows/release.yml @@ -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