Skip to content

Merge pull request #667 from scireum/ili/sort-value-constant #222

Merge pull request #667 from scireum/ili/sort-value-constant

Merge pull request #667 from scireum/ili/sort-value-constant #222

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