Skip to content

feat: add --stdin flag to comment add, task add, and task update (#145) #106

feat: add --stdin flag to comment add, task add, and task update (#145)

feat: add --stdin flag to comment add, task add, and task update (#145) #106

name: Release Please
on:
push:
branches:
- main
workflow_dispatch:
permissions:
contents: write
pull-requests: write
issues: write
actions: write
jobs:
release-please:
runs-on: ubuntu-latest
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
token: ${{ secrets.GITHUB_TOKEN }}
release-type: node
config-file: .github/release-please-config.json
manifest-file: .github/release-please-manifest.json
- name: Trigger publish workflow
if: ${{ steps.release.outputs.release_created }}
run: gh workflow run publish.yml --repo ${{ github.repository }}
env:
GH_TOKEN: ${{ github.token }}