Skip to content

Allow str_limit to accept null (#11) #13

Allow str_limit to accept null (#11)

Allow str_limit to accept null (#11) #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]+'
permissions: write-all
jobs:
CreateRelease:
name: Create Release
uses: EncoreDigitalGroup/.github/.github/workflows/createRelease.yml@v1
permissions:
contents: write
with:
generate_release_notes: true
is_draft: false
secrets:
token: ${{ secrets.GITHUB_TOKEN }}