Skip to content

Commit

Permalink
Create CreateRelease.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
StefH authored Sep 2, 2021
1 parent 2b0d4d9 commit e8eafaf
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/workflows/CreateRelease.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e8eafaf

Please sign in to comment.