Skip to content

Release

Release #16

Workflow file for this run

name: Release
on:
workflow_dispatch:
inputs:
versionType:
description: version type increment
required: true
type: choice
options:
- major
- minor
- patch
nodeAuthToken:
description: NPM automation access token
required: true
type: string
permissions:
contents: write
jobs:
run-release:
uses: powsybl/github-ci/.github/workflows/release-frontend-lib-generic.yml@859a4effdaa9c5e79684378f39778fd8d06df3c5
with:
versionType: ${{ github.event.inputs.versionType }}
nodeAuthToken: ${{ github.event.inputs.nodeAuthToken }}
githubappId: ${{ vars.GRIDSUITE_ACTIONS_APPID }}
secrets:
githubappPrivateKey: ${{ secrets.GRIDSUITE_ACTIONS_SECRET }}