Skip to content

fix(util): strip special and control characters from app.name (#1259) #136

fix(util): strip special and control characters from app.name (#1259)

fix(util): strip special and control characters from app.name (#1259) #136

Workflow file for this run

on:
push:
branches:
- main
permissions:
contents: write
pull-requests: write
name: release-please
jobs:
release-please:
runs-on: ubuntu-22.04
steps:
- name: Release Please
uses: googleapis/release-please-action@v4.1.3
with:
token: ${{ secrets.GITHUB_TOKEN }}