Skip to content

feat(tomlua.env): add a useful utility for the cli command (#86) #186

feat(tomlua.env): add a useful utility for the cli command (#86)

feat(tomlua.env): add a useful utility for the cli command (#86) #186

---
permissions:
contents: write
pull-requests: write
name: Release Please
on:
workflow_dispatch:
push:
branches:
- master
jobs:
release:
name: release
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v5
with:
release-type: simple
token: ${{ secrets.PAT }}