Skip to content

Release

Release #71

Workflow file for this run

name: Release
on:
workflow_dispatch:
inputs:
versionType:
description: 'Version type increment (major | minor)'
required: true
type: choice
options:
- major
- minor
jobs:
run-release:
uses: powsybl/github-ci/.github/workflows/release-backend-lib-generic.yml@c81718897ef649fcdc685955a094bf724bf7fa9e
with:
githubappId: ${{ vars.GRIDSUITE_ACTIONS_APPID }}
versionType: ${{ github.event.inputs.versionType }}
secrets:
VERSIONBUMP_GHAPP_PRIVATE_KEY: ${{ secrets.VERSIONBUMP_GHAPP_PRIVATE_KEY }}