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