Skip to content

Merge pull request #533 from scireum/ili/date-goodies #197

Merge pull request #533 from scireum/ili/date-goodies

Merge pull request #533 from scireum/ili/date-goodies #197

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