Skip to content

Merge pull request #30 from strg-at/feat/inpro-1831-log-error-cause #12

Merge pull request #30 from strg-at/feat/inpro-1831-log-error-cause

Merge pull request #30 from strg-at/feat/inpro-1831-log-error-cause #12

Workflow file for this run

name: On Tag | Create Release
on:
push:
# Sequence of patterns matched against refs/tags
tags:
- "*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Release
uses: softprops/action-gh-release@v1