Skip to content

[InputTypes] Configurable InputMasking (#21) #13

[InputTypes] Configurable InputMasking (#21)

[InputTypes] Configurable InputMasking (#21) #13

Workflow file for this run

name: Release
on:
push:
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'
- '!v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+'
workflow_dispatch:
jobs:
CreateRelease:
name: CreateRelease
uses: EncoreDigitalGroup/ci-workflows/.github/workflows/createRelease.yml@v1
with:
generateReleaseNotes: true
isDraft: false
secrets:
token: ${{ secrets.GITHUB_TOKEN }}