Skip to content

chore: creates gh action for preparing a release (#196) #218

chore: creates gh action for preparing a release (#196)

chore: creates gh action for preparing a release (#196) #218

Workflow file for this run

name: Versioned Release
on:
push:
branches:
- main
permissions:
contents: write # we need this to be able to push tags
pull-requests: read
jobs:
release_tag:
uses: openmcp-project/build/.github/workflows/release.lib.yaml@main
secrets: inherit