Skip to content

Release

Release #1

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@859a4effdaa9c5e79684378f39778fd8d06df3c5
with:
githubappId: ${{ vars.GRIDSUITE_ACTIONS_APPID }}
versionType: ${{ github.event.inputs.versionType }}
secrets:
githubappPrivateKey: ${{ secrets.GRIDSUITE_ACTIONS_SECRET }}