Skip to content

Merge pull request #601 from scireum/feature/ymo/SIRI-915-iterate #135

Merge pull request #601 from scireum/feature/ymo/SIRI-915-iterate

Merge pull request #601 from scireum/feature/ymo/SIRI-915-iterate #135

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