Add release GH action

This commit is contained in:
Carlos Rodríguez Hernández 2021-12-26 19:29:29 +01:00 committed by GitHub
parent afc309812f
commit 8adb36f790
1 changed files with 13 additions and 0 deletions

View File

@ -0,0 +1,13 @@
name: Release
on:
push:
tags:
- "[0-9]+\..*-r[0-9]+"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Release
uses: softprops/action-gh-release