Create CreateRelease.yml

This commit is contained in:
Stef Heyenrath
2021-08-14 13:45:54 +02:00
committed by GitHub
parent b5a5f5e464
commit ce36daa326

15
.github/workflows/CreateRelease.yml vendored Normal file
View File

@@ -0,0 +1,15 @@
name: CreateRelease
on:
push:
tags:
- "*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Release
uses: softprops/action-gh-release@v1