Skip to content

Merge pull request #551 from scireum/ili/OX-11751 #228

Merge pull request #551 from scireum/ili/OX-11751

Merge pull request #551 from scireum/ili/OX-11751 #228

Workflow file for this run

name: Automatic Releases
on:
push:
branches: [ "develop" ]
tags:
- "dev-*.*.*"
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
if: startsWith(github.ref, 'refs/tags/')
- name: Release
uses: softprops/[email protected]
if: startsWith(github.ref, 'refs/tags/')
with:
prerelease: true
generate_release_notes: true