Skip to content

feat: Add loop, while and foreach for CatT (#179) #161

feat: Add loop, while and foreach for CatT (#179)

feat: Add loop, while and foreach for CatT (#179) #161

on:
push:
branches:
- main
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- id: token
uses: tibdex/github-app-token@v2
with:
app_id: ${{ secrets.HELPER_BOT_APP_ID }}
private_key: ${{ secrets.HELPER_BOT_PRIVATE_KEY }}
- uses: google-github-actions/release-please-action@v4
with:
release-type: simple
token: ${{ steps.token.outputs.token }}